From: Makoto Ishisone Date: Sat, 2 Sep 2000 23:15:57 +0000 (+0000) Subject: * libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo, X-Git-Tag: release-1-3d~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49958438c96ecc8248a49587e568cb9b189025f7;p=thirdparty%2Flibtool.git * libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo, add support for compact format library. --- diff --git a/ChangeLog b/ChangeLog index b5bc10ca8..56bf68dcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-02 Makoto Ishisone + + * libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo, + add support for compact format library. + 2000-09-02 Alexandre Oliva * ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's diff --git a/libtool.m4 b/libtool.m4 index 671e8d049..a222dfc93 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -683,8 +683,10 @@ freebsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case "$host_cpu" in i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. changequote(,)dnl - lt_cv_deplibs_check_method=='file_magic OpenBSD/i[3-9]86 demand paged shared library' + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' changequote([, ])dnl lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`