From: David Edelsohn Date: Fri, 5 Mar 2004 20:40:18 +0000 (+0000) Subject: * libtool.m4: Disable building static libraries if building X-Git-Tag: release-1-5-4~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37586eb2613d5644d869a19309b00c81cef83bdf;p=thirdparty%2Flibtool.git * libtool.m4: Disable building static libraries if building shared libraries on AIX 5L. --- diff --git a/ChangeLog b/ChangeLog index 18ffe5ef4..cfe5f1721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 David Edelsohn + + * libtool.m4: Disable building static libraries if building + shared libraries on AIX 5L. + 2004-03-02 Gary V. Vaughan * bootstrap: Prune out my arch mirror dir before running diff --git a/libtool.m4 b/libtool.m4 index 6a4206804..f141bcc5b 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2548,7 +2548,7 @@ aix3*) fi ;; -aix4*) +aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi @@ -3703,7 +3703,7 @@ aix3*) postinstall_cmds='$RANLIB $lib' fi ;; -aix4*) +aix4* | aix5*) test "$enable_shared" = yes && enable_static=no ;; esac