From: Gary V. Vaughan Date: Sat, 16 Dec 2000 13:19:40 +0000 (+0000) Subject: * libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the X-Git-Tag: release-1-3d~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23566af9ad19335c2d2d8269380a83fefa38e06;p=thirdparty%2Flibtool.git * libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the last patch. --- diff --git a/ChangeLog b/ChangeLog index 4b3888c13..264d62aaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-16 Gary V. Vaughan + + * libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the + last patch. + 2000-12-16 Wilfredo Sanchez * libtool.m4: (dyld/darwin*) Much improved port. diff --git a/libtool.m4 b/libtool.m4 index bdb75f9a6..66a1c38fb 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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'