This patch updates the libtool HP-UX 10.20 support to take
advantage of the fact that the linker on this platform does
support inter-library dependencies.
ChangeLog:
Wed Apr 26 18:12:59 EDT 2000 John Wehle ([EMAIL PROTECTED])
* ltconfig.in (hpux10.20*): use file_magic for
inter-library dependency tracking.
Enjoy,
-- John Wehle
--------------8<------------------8<-------------------8<--------------------
*** ltconfig.in.ORIGINAL Mon Dec 6 05:09:59 1999
--- ltconfig.in Wed Apr 26 17:57:14 2000
*************** hpux9* | hpux10* | hpux11*)
*** 1919,1924 ****
--- 1919,1930 ----
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*)
+ 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
+ ;;
+ esac
;;
irix5* | irix6*)
-------------------------------------------------------------------------
| Feith Systems | Voice: 1-215-646-8000 | Email: [EMAIL PROTECTED] |
| John Wehle | Fax: 1-215-540-5495 | |
-------------------------------------------------------------------------