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

ChangeLog
libtool.m4

index 18ffe5ef4c469a6e3458750369ed4502aa9f3986..cfe5f17215c57d5f5829fbbaddac353b9ec507a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * libtool.m4: Disable building static libraries if building
+       shared libraries on AIX 5L.
+
 2004-03-02  Gary V. Vaughan  <gary@gnu.org>
 
        * bootstrap: Prune out my arch mirror dir before running
index 6a42068044e531960a8f023bf7c0e6c5f78392d0..f141bcc5b50c0df6c7ef74099675a2fd8ee90296 100644 (file)
@@ -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