From: John Wehle Date: Wed, 3 May 2000 00:34:45 +0000 (+0000) Subject: * libtool.m4 (hpux10.20*): use file_magic for X-Git-Tag: release-1-3d~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5760fb410d0eabf709790c9380d166005f3e8d9c;p=thirdparty%2Flibtool.git * libtool.m4 (hpux10.20*): use file_magic for inter-library dependency tracking. --- diff --git a/ChangeLog b/ChangeLog index 7767c3830..c9a2f0c2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-03 John Wehle (john@feith.com) + + * libtool.m4 (hpux10.20*): use file_magic for + inter-library dependency tracking. + 2000-05-02 Gary V. Vaughan * AUTHORS: Update my email address. diff --git a/libtool.m4 b/libtool.m4 index 954a806cb..8f94fc7f0 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -487,7 +487,11 @@ lt_cv_deplibs_check_method='unknown' # whether `pass_all' will *always* work, you probably want this one. case "$host_os" in -aix4* | beos*) +aix4*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) lt_cv_deplibs_check_method=pass_all ;; @@ -515,6 +519,13 @@ gnu*) lt_cv_deplibs_check_method=pass_all ;; +hpux10.20*) + # TODO: Does this work for hpux-11 too? + 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 + ;; + irix5* | irix6*) case "$host_os" in irix5*)