From: Robert Boehne Date: Mon, 12 Feb 2001 18:14:23 +0000 (+0000) Subject: Changed aix4* to aix* for setting deplibs_check_method to pass_all. X-Git-Tag: multi-language-merge-point~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82066e19bf89ab5efcf649bb719ac59b615d8342;p=thirdparty%2Flibtool.git Changed aix4* to aix* for setting deplibs_check_method to pass_all. --- diff --git a/ChangeLog b/ChangeLog index c114ae5f4..a2235a16a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-02-12 Robert Boehne + + * libtool.m4: Changed aix4* to aix* to set + deplibs_check_method to pass_all for all aix. + This should have been part of the patch below. + 2001-02-12 Robert Boehne * ltcf-cxx.sh: Added support for g++ under diff --git a/libtool.m4 b/libtool.m4 index 2f3e29f0d..e26f14f51 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -517,7 +517,7 @@ lt_cv_deplibs_check_method='unknown' # whether `pass_all' will *always* work, you probably want this one. case "$host_os" in -aix4*) +aix*) lt_cv_deplibs_check_method=pass_all ;;