shared libraries on AIX 5L.
+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
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