mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD) [GNU/KNetBSD]: Detect
inter-library dependencies.
This commit is contained in:
parent
32712359af
commit
b9ddab90b7
@ -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
2
m4/libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user