From: Sascha Schumann Date: Sat, 16 Dec 2000 03:51:00 +0000 (+0000) Subject: * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20 X-Git-Tag: release-1-3d~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=181f4634b7541067a3aca9905da2678cccb184a6;p=thirdparty%2Flibtool.git * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20 methods to check for library dependencies on HPUX 11. --- diff --git a/ChangeLog b/ChangeLog index 5cfa7d96a..dbeaf075d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-16 Sascha Schumann + + * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20 + methods to check for library dependencies on HPUX 11. + 2000-12-16 Nick Hudson * libtool.m4 (netbsd*, deplibs_check_method): Enable ILD support diff --git a/doc/libtool.texi b/doc/libtool.texi index 48ac08f19..02243885c 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2857,7 +2857,7 @@ cannot be successfully @samp{lt_dlclose}d. @end deftypefun @deftypefun int lt_dlisresident (lt_dlhandle @var{handle}) -Check whether a particular module has be marked as resident, returning 1 +Check whether a particular module has been marked as resident, returning 1 if it has or 0 otherwise. If there is an error while executing this function, return -1 and set an error message for retrieval with @code{lt_dlerror}. diff --git a/libtool.m4 b/libtool.m4 index 98e773868..3262d9b64 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3034,8 +3034,7 @@ gnu*) lt_cv_deplibs_check_method=pass_all ;; -hpux10.20*) - # TODO: Does this work for hpux-11 too? +hpux10.20*|hpux11*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'] lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libc.sl