From b10813d98a5f928db2fc27c5d577d70417890fe7 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 16 Dec 2000 03:38:45 +0000 Subject: [PATCH] * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20 methods to check for library dependencies on HPUX 11. --- ChangeLog | 5 +++++ libtool.m4 | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f529ad42..876b43d81 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 Gary V. Vaughan * ltconfig.in (deplibs_check_method, file_magic_cmd, diff --git a/libtool.m4 b/libtool.m4 index 9c4d0cce4..212e6af4e 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -559,8 +559,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 -- 2.47.3