From dde34c31683ea236d685b7406745b45df599e927 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 5 Mar 2004 20:39:21 +0000 Subject: [PATCH] * m4/libtool.m4: Disable building static libraries if building shared libraries on AIX 5L. --- ChangeLog | 5 +++++ m4/libtool.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f339646a..8a11ce92 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 4fe635fa..1bcdb1f3 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