* m4/libtool.m4: Disable building static libraries if building

shared libraries on AIX 5L.
This commit is contained in:
David Edelsohn 2004-03-05 20:39:21 +00:00 committed by Alexandre Oliva
parent 6bfa1584cd
commit dde34c3168
2 changed files with 7 additions and 2 deletions

View File

@ -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> 2004-03-05 Gary V. Vaughan <gary@gnu.org>
* libtoolize.in: Remove --ltdl-tar. It doesn't work with the * libtoolize.in: Remove --ltdl-tar. It doesn't work with the

4
m4/libtool.m4 vendored
View File

@ -4405,7 +4405,7 @@ aix3*)
fi fi
;; ;;
aix4*) aix4* | aix5*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
test "$enable_shared" = yes && enable_static=no test "$enable_shared" = yes && enable_static=no
fi fi
@ -5534,7 +5534,7 @@ aix3*)
postinstall_cmds='$RANLIB $lib' postinstall_cmds='$RANLIB $lib'
fi fi
;; ;;
aix4*) aix4* | aix5*)
test "$enable_shared" = yes && enable_static=no test "$enable_shared" = yes && enable_static=no
;; ;;
esac esac