From: Gary V. Vaughan Date: Sun, 22 Apr 2001 22:13:49 +0000 (+0000) Subject: * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for X-Git-Tag: release-1-4~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22dac3f5c641cae89b8cb3a2d340a48967453e4a;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 1a1201c5b..791f87330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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 + * doc/PLATFORMS: Updated with various platforms successfully tested by members of libtool@gnu.org. diff --git a/libtool.m4 b/libtool.m4 index 00ea1c6fb..1c7b6a85e 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3234,6 +3234,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 motorola)