From: Gary V. Vaughan Date: Sun, 22 Apr 2001 22:38:00 +0000 (+0000) Subject: * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for X-Git-Tag: multi-language-merge-point~16 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=30d4b0b4c3518ebc68c8875d3bdf19d2be51e10a;p=thirdparty%2Flibtool.git * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for various releases of UnixWare and OpenServer that support it. Reported by Matthew Schalit --- diff --git a/ChangeLog b/ChangeLog index ba8c9bdcb..573f6947f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-22 Gary V. Vaughan + + * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for + various releases of UnixWare and OpenServer that support it. + Reported by Matthew Schalit + 2001-04-21 Gary V. Vaughan * TODO: propose pkg-config merge. diff --git a/libtool.m4 b/libtool.m4 index d44222903..d1286d9fb 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -636,6 +636,10 @@ solaris*) lt_cv_file_magic_test_file=/lib/libc.so ;; +[sysv5uw[78]* | sysv4*uw2*)] + lt_cv_deplibs_check_method=pass_all + ;; + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) case $host_vendor in ncr)