]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the
authorGary V. Vaughan <gary@gnu.org>
Sat, 16 Dec 2000 13:19:40 +0000 (13:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Dec 2000 13:19:40 +0000 (13:19 +0000)
last patch.

ChangeLog
libtool.m4

index 4b3888c13795977a8635086b9e7069cd2f80d5bb..264d62aafeadf6e1c2d90c9a2365db7074aa39d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-16  Gary V. Vaughan  <gvv@techie.com>
+
+       * libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the
+       last patch.
+
 2000-12-16   Wilfredo Sanchez  <wsanchez@apple.com>
 
        * libtool.m4: (dyld/darwin*) Much improved port.
index bdb75f9a64208fa59fd1afc8019f6a3706db4a0f..66a1c38fbbbcb4909064736e7965bd92725cfe4e 100644 (file)
@@ -1807,8 +1807,8 @@ cygwin* | mingw* | pw32*)
 
 darwin*|rhapsody*)
   need_lib_prefix=no
-  need_lib_prefix=no
-  library_names_spec='${libname}.`if [ "$module" = "yes"; then echo so; else echo dylib; fi`'
+  need_version=no
+  library_names_spec='${libname}.`if [ "$module" = "yes"]; then echo so; else echo dylib; fi`'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
   postinstall_cmds='chmod +x $lib'