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

ChangeLog
ltconfig.in

index bd0e675fc948f5f4648d374d8cd26df11b641c4b..2ec65705ba1c8052992e1c30a2e35926cc2a0045 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-03  John Wehle  (john@feith.com)
+
+       * ltconfig.in (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 089f8e5a13b7b96d234d2935d4208da58f077003..db10a66f9af782cb6467204bd9ea852fc2201db7 100755 (executable)
@@ -1925,6 +1925,14 @@ hpux9* | hpux10* | hpux11*)
   soname_spec='${libname}${release}.sl$major'
   # HP-UX runs *really* slowly unless shared libraries are mode 555.
   postinstall_cmds='chmod 555 $lib'
+  case "$host_os" in
+  hpux10.20*)
+    # TODO:  Does this work for hpux-11 too?
+    deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
+    file_magic_cmd=/usr/bin/file
+    file_magic_test_file=/usr/lib/libc.sl
+    ;;
+  esac
   ;;
 
 irix5* | irix6*)