From: David Edelsohn Date: Fri, 5 Mar 2004 20:39:21 +0000 (+0000) Subject: * m4/libtool.m4: Disable building static libraries if building X-Git-Tag: release-1-9b~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde34c31683ea236d685b7406745b45df599e927;p=thirdparty%2Flibtool.git * m4/libtool.m4: Disable building static libraries if building shared libraries on AIX 5L. --- diff --git a/ChangeLog b/ChangeLog index f339646a9..8a11ce92f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 David Edelsohn + + * m4/libtool.m4: Disable building static libraries if building + shared libraries on AIX 5L. + 2004-03-05 Gary V. Vaughan * libtoolize.in: Remove --ltdl-tar. It doesn't work with the diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 4fe635fa2..1bcdb1f3d 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4405,7 +4405,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 @@ -5534,7 +5534,7 @@ aix3*) postinstall_cmds='$RANLIB $lib' fi ;; -aix4*) +aix4* | aix5*) test "$enable_shared" = yes && enable_static=no ;; esac