]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4: Disable building static libraries if building
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 5 Mar 2004 20:39:21 +0000 (20:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 5 Mar 2004 20:39:21 +0000 (20:39 +0000)
shared libraries on AIX 5L.

ChangeLog
m4/libtool.m4

index f339646a9f913f5898fcb17038538bccecb633dc..8a11ce92fddedc09e3b06425fd7dbc9995001953 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * m4/libtool.m4: Disable building static libraries if building
+       shared libraries on AIX 5L.
+
 2004-03-05  Gary V. Vaughan  <gary@gnu.org>
 
        * libtoolize.in: Remove --ltdl-tar.  It doesn't work with the
index 4fe635fa2e4c549bdf7ab36dc054b5302efa79d2..1bcdb1f3da3d46c425b535dcc5e604260f3a19f2 100644 (file)
@@ -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