kopia lustrzana https://github.com/Hamlib/Hamlib
Debian libtool-1.5.6-6 update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1979 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.4
rodzic
abf9175492
commit
94f0b21a5c
|
@ -23,7 +23,7 @@
|
||||||
## the same distribution terms that you use for the rest of that program.
|
## the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
# serial 47 AC_PROG_LIBTOOL
|
# serial 47 AC_PROG_LIBTOOL
|
||||||
# Debian $Rev: 192 $
|
# Debian $Rev: 214 $
|
||||||
|
|
||||||
|
|
||||||
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
||||||
|
@ -642,7 +642,7 @@ AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
|
||||||
AC_MSG_CHECKING([the maximum length of command line arguments])
|
AC_MSG_CHECKING([the maximum length of command line arguments])
|
||||||
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
||||||
i=0
|
i=0
|
||||||
testring="ABCD"
|
teststring="ABCD"
|
||||||
|
|
||||||
case $build_os in
|
case $build_os in
|
||||||
msdosdjgpp*)
|
msdosdjgpp*)
|
||||||
|
@ -681,16 +681,16 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
||||||
# If test is not a shell built-in, we'll probably end up computing a
|
# If test is not a shell built-in, we'll probably end up computing a
|
||||||
# maximum length that is only half of the actual maximum length, but
|
# maximum length that is only half of the actual maximum length, but
|
||||||
# we can't tell.
|
# we can't tell.
|
||||||
while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
|
while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
|
||||||
= "XX$testring") >/dev/null 2>&1 &&
|
= "XX$teststring") >/dev/null 2>&1 &&
|
||||||
new_result=`expr "X$testring" : ".*" 2>&1` &&
|
new_result=`expr "X$teststring" : ".*" 2>&1` &&
|
||||||
lt_cv_sys_max_cmd_len=$new_result &&
|
lt_cv_sys_max_cmd_len=$new_result &&
|
||||||
test $i != 17 # 1/2 MB should be enough
|
test $i != 17 # 1/2 MB should be enough
|
||||||
do
|
do
|
||||||
i=`expr $i + 1`
|
i=`expr $i + 1`
|
||||||
testring=$testring$testring
|
teststring=$teststring$teststring
|
||||||
done
|
done
|
||||||
testring=
|
teststring=
|
||||||
# Add a significant safety factor because C++ compilers can tack on massive
|
# Add a significant safety factor because C++ compilers can tack on massive
|
||||||
# amounts of additional arguments before passing them to the linker.
|
# amounts of additional arguments before passing them to the linker.
|
||||||
# It appears as though 1/2 is a usable value.
|
# It appears as though 1/2 is a usable value.
|
||||||
|
@ -1086,7 +1086,7 @@ AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
|
||||||
library_names_spec=
|
library_names_spec=
|
||||||
libname_spec='lib$name'
|
libname_spec='lib$name'
|
||||||
soname_spec=
|
soname_spec=
|
||||||
shrext=".so"
|
shrext_cmds=".so"
|
||||||
postinstall_cmds=
|
postinstall_cmds=
|
||||||
postuninstall_cmds=
|
postuninstall_cmds=
|
||||||
finish_cmds=
|
finish_cmds=
|
||||||
|
@ -1199,7 +1199,7 @@ bsdi4*)
|
||||||
|
|
||||||
cygwin* | mingw* | pw32*)
|
cygwin* | mingw* | pw32*)
|
||||||
version_type=windows
|
version_type=windows
|
||||||
shrext=".dll"
|
shrext_cmds=".dll"
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
|
||||||
|
@ -1264,7 +1264,7 @@ darwin* | rhapsody*)
|
||||||
soname_spec='${libname}${release}${major}$shared_ext'
|
soname_spec='${libname}${release}${major}$shared_ext'
|
||||||
shlibpath_overrides_runpath=yes
|
shlibpath_overrides_runpath=yes
|
||||||
shlibpath_var=DYLD_LIBRARY_PATH
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
shrext='$(test .$module = .yes && echo .so || echo .dylib)'
|
shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
||||||
if test "$GCC" = yes; then
|
if test "$GCC" = yes; then
|
||||||
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
||||||
|
@ -1347,7 +1347,7 @@ hpux9* | hpux10* | hpux11*)
|
||||||
need_version=no
|
need_version=no
|
||||||
case "$host_cpu" in
|
case "$host_cpu" in
|
||||||
ia64*)
|
ia64*)
|
||||||
shrext='.so'
|
shrext_cmds='.so'
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
dynamic_linker="$host_os dld.so"
|
dynamic_linker="$host_os dld.so"
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@ -1362,7 +1362,7 @@ hpux9* | hpux10* | hpux11*)
|
||||||
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
;;
|
;;
|
||||||
hppa*64*)
|
hppa*64*)
|
||||||
shrext='.sl'
|
shrext_cmds='.sl'
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
dynamic_linker="$host_os dld.sl"
|
dynamic_linker="$host_os dld.sl"
|
||||||
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
||||||
|
@ -1373,7 +1373,7 @@ hpux9* | hpux10* | hpux11*)
|
||||||
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
shrext='.sl'
|
shrext_cmds='.sl'
|
||||||
dynamic_linker="$host_os dld.sl"
|
dynamic_linker="$host_os dld.sl"
|
||||||
shlibpath_var=SHLIB_PATH
|
shlibpath_var=SHLIB_PATH
|
||||||
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
||||||
|
@ -1444,8 +1444,8 @@ linux*)
|
||||||
|
|
||||||
# Append ld.so.conf contents to the search path
|
# Append ld.so.conf contents to the search path
|
||||||
if test -f /etc/ld.so.conf; then
|
if test -f /etc/ld.so.conf; then
|
||||||
ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf`
|
lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
|
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# We used to test for /lib/ld.so.1 and disable shared libraries on
|
# We used to test for /lib/ld.so.1 and disable shared libraries on
|
||||||
|
@ -1457,6 +1457,18 @@ linux*)
|
||||||
dynamic_linker='GNU/Linux ld.so'
|
dynamic_linker='GNU/Linux ld.so'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
netbsdelf*-gnu)
|
||||||
|
version_type=linux
|
||||||
|
need_lib_prefix=no
|
||||||
|
need_version=no
|
||||||
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
||||||
|
soname_spec='${libname}${release}${shared_ext}$major'
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
shlibpath_overrides_runpath=no
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker='NetBSD ld.elf_so'
|
||||||
|
;;
|
||||||
|
|
||||||
knetbsd*-gnu)
|
knetbsd*-gnu)
|
||||||
version_type=linux
|
version_type=linux
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -1527,7 +1539,7 @@ openbsd*)
|
||||||
|
|
||||||
os2*)
|
os2*)
|
||||||
libname_spec='$name'
|
libname_spec='$name'
|
||||||
shrext=".dll"
|
shrext_cmds=".dll"
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
library_names_spec='$libname${shared_ext} $libname.a'
|
library_names_spec='$libname${shared_ext} $libname.a'
|
||||||
dynamic_linker='OS/2 ld.exe'
|
dynamic_linker='OS/2 ld.exe'
|
||||||
|
@ -2118,14 +2130,14 @@ bsdi4*)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
cygwin*)
|
cygwin*)
|
||||||
# win32_libid is a shell function defined in ltmain.sh
|
# func_win32_libid is a shell function defined in ltmain.sh
|
||||||
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
||||||
lt_cv_file_magic_cmd='win32_libid'
|
lt_cv_file_magic_cmd='func_win32_libid'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mingw* | pw32*)
|
mingw* | pw32*)
|
||||||
# Base MSYS/MinGW do not provide the 'file' command needed by
|
# Base MSYS/MinGW do not provide the 'file' command needed by
|
||||||
# win32_libid shell function, so use a weaker test based on 'objdump'.
|
# func_win32_libid shell function, so use a weaker test based on 'objdump'.
|
||||||
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
|
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
|
||||||
lt_cv_file_magic_cmd='$OBJDUMP -f'
|
lt_cv_file_magic_cmd='$OBJDUMP -f'
|
||||||
;;
|
;;
|
||||||
|
@ -2187,7 +2199,7 @@ linux*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
lt_cv_deplibs_check_method=pass_all
|
||||||
;;
|
;;
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
||||||
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
||||||
else
|
else
|
||||||
|
@ -2540,7 +2552,7 @@ aix3*)
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
aix4*)
|
aix4* | aix5*)
|
||||||
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
||||||
test "$enable_shared" = yes && enable_static=no
|
test "$enable_shared" = yes && enable_static=no
|
||||||
fi
|
fi
|
||||||
|
@ -2988,7 +3000,7 @@ case $host_os in
|
||||||
# explicitly linking system object files so we need to strip them
|
# explicitly linking system object files so we need to strip them
|
||||||
# from the output so that they don't get included in the library
|
# from the output so that they don't get included in the library
|
||||||
# dependencies.
|
# dependencies.
|
||||||
output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test "$GXX" = yes; then
|
if test "$GXX" = yes; then
|
||||||
|
@ -3185,7 +3197,7 @@ case $host_os in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
netbsd* | knetbsd*-gnu)
|
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
|
||||||
wlarc=
|
wlarc=
|
||||||
|
@ -3695,7 +3707,7 @@ aix3*)
|
||||||
postinstall_cmds='$RANLIB $lib'
|
postinstall_cmds='$RANLIB $lib'
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
aix4*)
|
aix4* | aix5*)
|
||||||
test "$enable_shared" = yes && enable_static=no
|
test "$enable_shared" = yes && enable_static=no
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -4054,7 +4066,7 @@ objext="$ac_objext"
|
||||||
libext="$libext"
|
libext="$libext"
|
||||||
|
|
||||||
# Shared library suffix (normally ".so").
|
# Shared library suffix (normally ".so").
|
||||||
shrext='$shrext'
|
shrext_cmds='$shrext_cmds'
|
||||||
|
|
||||||
# Executable file suffix (normally "").
|
# Executable file suffix (normally "").
|
||||||
exeext="$exeext"
|
exeext="$exeext"
|
||||||
|
@ -4683,7 +4695,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
netbsd* | knetbsd*-gnu)
|
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||||
;;
|
;;
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
|
@ -4994,6 +5006,9 @@ ifelse([$1],[CXX],[
|
||||||
cygwin* | mingw*)
|
cygwin* | mingw*)
|
||||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
||||||
;;
|
;;
|
||||||
|
linux*)
|
||||||
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
||||||
;;
|
;;
|
||||||
|
@ -5123,7 +5138,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
||||||
wlarc=
|
wlarc=
|
||||||
|
@ -5162,7 +5177,7 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
linux*)
|
linux*)
|
||||||
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
||||||
tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
|
_LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
|
||||||
supports_anon_versioning=no
|
supports_anon_versioning=no
|
||||||
|
@ -5181,6 +5196,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
|
||||||
else
|
else
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
|
||||||
fi
|
fi
|
||||||
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||||
else
|
else
|
||||||
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
||||||
fi
|
fi
|
||||||
|
@ -5362,7 +5378,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
|
||||||
# Tell ltmain to make .lib files, not .a files.
|
# Tell ltmain to make .lib files, not .a files.
|
||||||
libext=lib
|
libext=lib
|
||||||
# Tell ltmain to make .dll files, not .so files.
|
# Tell ltmain to make .dll files, not .so files.
|
||||||
shrext=".dll"
|
shrext_cmds=".dll"
|
||||||
# FIXME: Setting linknames here is a bad hack.
|
# FIXME: Setting linknames here is a bad hack.
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
||||||
# The linker will automatically build a .lib file if we build a DLL.
|
# The linker will automatically build a .lib file if we build a DLL.
|
||||||
|
@ -5540,7 +5556,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
|
||||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
||||||
;;
|
;;
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
||||||
else
|
else
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
## the same distribution terms that you use for the rest of that program.
|
## the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
# serial 6 AC_LIB_LTDL
|
# serial 6 AC_LIB_LTDL
|
||||||
# Debian $Rev: 82 $
|
# Debian $Rev: 214 $
|
||||||
|
|
||||||
# AC_WITH_LTDL
|
# AC_WITH_LTDL
|
||||||
# ------------
|
# ------------
|
||||||
|
@ -160,7 +160,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
||||||
# at 6.2 and later dlopen does load deplibs.
|
# at 6.2 and later dlopen does load deplibs.
|
||||||
libltdl_cv_sys_dlopen_deplibs=yes
|
libltdl_cv_sys_dlopen_deplibs=yes
|
||||||
;;
|
;;
|
||||||
netbsd*)
|
netbsd* | netbsdelf*-gnu)
|
||||||
libltdl_cv_sys_dlopen_deplibs=yes
|
libltdl_cv_sys_dlopen_deplibs=yes
|
||||||
;;
|
;;
|
||||||
openbsd*)
|
openbsd*)
|
||||||
|
@ -208,7 +208,7 @@ AC_CACHE_CHECK([which extension is used for loadable modules],
|
||||||
[libltdl_cv_shlibext],
|
[libltdl_cv_shlibext],
|
||||||
[
|
[
|
||||||
module=yes
|
module=yes
|
||||||
eval libltdl_cv_shlibext=$shrext
|
eval libltdl_cv_shlibext=$shrext_cmds
|
||||||
])
|
])
|
||||||
if test -n "$libltdl_cv_shlibext"; then
|
if test -n "$libltdl_cv_shlibext"; then
|
||||||
AC_DEFINE_UNQUOTED(LTDL_SHLIB_EXT, "$libltdl_cv_shlibext",
|
AC_DEFINE_UNQUOTED(LTDL_SHLIB_EXT, "$libltdl_cv_shlibext",
|
||||||
|
|
Ładowanie…
Reference in New Issue