* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD) [GNU/KNetBSD]: Detect

inter-library dependencies.
This commit is contained in:
Robert Millan 2003-11-07 03:18:16 +00:00 committed by Scott James Remnant
parent 32712359af
commit b9ddab90b7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-07 Robert Millan <zeratul2@wanadoo.es>
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD) [GNU/KNetBSD]: Detect
inter-library dependencies.
2003-11-06 Gary V. Vaughan <gary@gnu.org>
* m4/libtool.m4 (_LT_AC_FILE_LTDLL_C): Removed; no longer in use.

2
m4/libtool.m4 vendored
View File

@ -2196,7 +2196,7 @@ linux*)
lt_cv_deplibs_check_method=pass_all
;;
netbsd*)
netbsd* | knetbsd*-gnu)
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
else