shared libraries on AIX 5L.
+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
fi
;;
-aix4*)
+aix4* | aix5*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
test "$enable_shared" = yes && enable_static=no
fi
postinstall_cmds='$RANLIB $lib'
fi
;;
-aix4*)
+aix4* | aix5*)
test "$enable_shared" = yes && enable_static=no
;;
esac