mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-15 06:49:57 +08:00
* m4/libtool.m4: Disable building static libraries if building
shared libraries on AIX 5L.
This commit is contained in:
parent
6bfa1584cd
commit
dde34c3168
@ -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>
|
||||
|
||||
* libtoolize.in: Remove --ltdl-tar. It doesn't work with the
|
||||
|
4
m4/libtool.m4
vendored
4
m4/libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user