/[svn]/linuxsampler/trunk/aclocal.m4
ViewVC logotype

Diff of /linuxsampler/trunk/aclocal.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 18 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC
# Line 837  fi])]) Line 837  fi])])
837  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
838    
839  # serial 47 AC_PROG_LIBTOOL  # serial 47 AC_PROG_LIBTOOL
840  # Debian $Rev: 100 $  # Debian $Rev: 149 $
841    
842    
843  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
# Line 2263  linux*) Line 2263  linux*)
2263    # before this can be enabled.    # before this can be enabled.
2264    hardcode_into_libs=yes    hardcode_into_libs=yes
2265    
2266    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
2267    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
2268        ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf`
2269        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
2270      fi
2271    
2272    # 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
2273    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 2935  bsdi4*) Line 2938  bsdi4*)
2938    lt_cv_file_magic_test_file=/shlib/libc.so    lt_cv_file_magic_test_file=/shlib/libc.so
2939    ;;    ;;
2940    
2941  cygwin* | mingw* | pw32*)  cygwin*)
2942    # win32_libid is a shell function defined in ltmain.sh    # win32_libid is a shell function defined in ltmain.sh
2943    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2944    lt_cv_file_magic_cmd='win32_libid'    lt_cv_file_magic_cmd='win32_libid'
2945    ;;    ;;
2946    
2947    mingw* | pw32*)
2948      # Base MSYS/MinGW do not provide the 'file' command needed by
2949      # win32_libid shell function, so use a weaker test based on 'objdump'.
2950      lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2951      lt_cv_file_magic_cmd='$OBJDUMP -f'
2952      ;;
2953    
2954  darwin* | rhapsody*)  darwin* | rhapsody*)
2955    lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
2956    ;;    ;;

Legend:
Removed from v.9  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC