]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Revert an
authorRobert Boehne <rboehne@gnu.org>
Sun, 12 Jan 2003 07:04:27 +0000 (07:04 +0000)
committerRobert Boehne <rboehne@gnu.org>
Sun, 12 Jan 2003 07:04:27 +0000 (07:04 +0000)
accidental rearranging of dylib and so for darwin.

ChangeLog
libtool.m4

index c985c1af2168a0ab8ab8766b94a49c40e2168840..a0013d89902b8e67d6904e97bb37827a489e8ca3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3785389476c7dd8d29a7a8b3b69da12e6f6d0dce..5ee22c99cd52bfe4d08f4960fe2d26a09e9fe7a1 100644 (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"`
   ;;