kopia lustrzana https://github.com/Hamlib/Hamlib
1.5-8 update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1642 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
64d539acd9
commit
543ceca1a8
|
@ -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: 100 $
|
# Debian $Rev: 149 $
|
||||||
|
|
||||||
|
|
||||||
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
||||||
|
@ -1449,8 +1449,11 @@ linux*)
|
||||||
# before this can be enabled.
|
# before this can be enabled.
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
|
|
||||||
# /usr/X11R6/lib and /usr/local/lib are common enough...
|
# Append ld.so.conf contents to the search path
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"
|
if test -f /etc/ld.so.conf; then
|
||||||
|
ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf`
|
||||||
|
sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
|
||||||
|
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
|
||||||
# powerpc, because MkLinux only supported shared libraries with the
|
# powerpc, because MkLinux only supported shared libraries with the
|
||||||
|
@ -2121,12 +2124,19 @@ bsdi4*)
|
||||||
lt_cv_file_magic_test_file=/shlib/libc.so
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
||||||
;;
|
;;
|
||||||
|
|
||||||
cygwin* | mingw* | pw32*)
|
cygwin*)
|
||||||
# win32_libid is a shell function defined in ltmain.sh
|
# 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='win32_libid'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
mingw* | pw32*)
|
||||||
|
# Base MSYS/MinGW do not provide the 'file' command needed by
|
||||||
|
# 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_file_magic_cmd='$OBJDUMP -f'
|
||||||
|
;;
|
||||||
|
|
||||||
darwin* | rhapsody*)
|
darwin* | rhapsody*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
lt_cv_deplibs_check_method=pass_all
|
||||||
;;
|
;;
|
||||||
|
|
Ładowanie…
Reference in New Issue