]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (hpux10.20*): use file_magic for
authorJohn Wehle <john@feith.com>
Wed, 3 May 2000 00:34:45 +0000 (00:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 3 May 2000 00:34:45 +0000 (00:34 +0000)
inter-library dependency tracking.

ChangeLog
libtool.m4

index 7767c3830b07debf5fa13d12a54f47bf9e68e88c..c9a2f0c2aaebd8de12a85ffa7f91b4782484fc4d 100644 (file)
--- 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  <gvv@techie.com>
 
        * AUTHORS:  Update my email address.
index 954a806cbc11c47400635f1f50c1eb2ebd3b56f5..8f94fc7f0dc5a1b4fb5ea74308ae26311980a073 100644 (file)
@@ -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*)