mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-09 06:40:24 +08:00
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Revert an
accidental rearranging of dylib and so for darwin.
This commit is contained in:
parent
68e66c70d2
commit
4f7134ae45
@ -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
2
libtool.m4
vendored
@ -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"`
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user