diff options
author | Michele Calgaro <[email protected]> | 2025-02-05 17:10:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-05 17:10:40 +0900 |
commit | 0e72ac24e5ebb8c31003af380befd215e7509ce1 (patch) | |
tree | 07047a114239c5bcad5f2235ca05bdf66ced899e | |
parent | b5c23093cd7e5ca1eceaee524d95f45e3a09b01c (diff) | |
download | libtqt-perl-master.tar.gz libtqt-perl-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | acinclude.m4 | 45 | ||||
-rw-r--r-- | aclocal.m4 | 45 |
2 files changed, 0 insertions, 90 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index becf09a..02dc143 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -6503,15 +6503,6 @@ darwin* | rhapsody*) shlibpath_var=DYLD_LIBRARY_PATH ;; -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' - soname_spec='${libname}${release}.so$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - freebsd1*) dynamic_linker=no ;; @@ -7883,23 +7874,6 @@ case $host_os in ;; esac ;; - dgux*) - case $cc_basename in - ec++) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF _LT_AC_TAGVAR(ld_shlibs, $1)=no @@ -9185,19 +9159,6 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - dgux*) - case $cc_basename in - ec++) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx) - # Green Hills C++ Compiler - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; freebsd*) # FreeBSD uses GNU C++ ;; @@ -9934,12 +9895,6 @@ EOF _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ;; - dgux*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - freebsd1*) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; @@ -6493,15 +6493,6 @@ darwin* | rhapsody*) shlibpath_var=DYLD_LIBRARY_PATH ;; -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' - soname_spec='${libname}${release}.so$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - freebsd1*) dynamic_linker=no ;; @@ -7869,23 +7860,6 @@ case $host_os in ;; esac ;; - dgux*) - case $cc_basename in - ec++) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF _LT_AC_TAGVAR(ld_shlibs, $1)=no @@ -9163,19 +9137,6 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - dgux*) - case $cc_basename in - ec++) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx) - # Green Hills C++ Compiler - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; freebsd*) # FreeBSD uses GNU C++ ;; @@ -9912,12 +9873,6 @@ EOF _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ;; - dgux*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - freebsd1*) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; |