* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Revert an

accidental rearranging of dylib and so for darwin.
This commit is contained in:
Robert Boehne 2003-01-12 07:04:27 +00:00
parent 68e66c70d2
commit 4f7134ae45
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-12 Robert Boehne <rboehne@gnu.org>
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Revert an
accidental rearranging of dylib and so for darwin.
2003-01-10 Robert Boehne <rboehne@gnu.org>
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Modify the

2
libtool.m4 vendored
View File

@ -1225,7 +1225,7 @@ darwin* | rhapsody*)
soname_spec='${libname}${release}${major}.$shared_ext'
shlibpath_overrides_runpath=yes
shlibpath_var=DYLD_LIBRARY_PATH
shrext='$(test .$module = .yes && echo dylib || echo so)'
shrext='$(test .$module = .yes && echo so || echo dylib)'
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/\nlibraries:/' | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g"`
;;