inter-library dependency tracking.
+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.
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*)