]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo,
authorMakoto Ishisone <ishisone@sra.co.jp>
Sat, 2 Sep 2000 23:15:57 +0000 (23:15 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 2 Sep 2000 23:15:57 +0000 (23:15 +0000)
add support for compact format library.

ChangeLog
libtool.m4

index b5bc10ca8078cd9021dcc8601a6031554d9d6652..56bf68dcf09aa13026fa1d7c0b1bd2075e9e31e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-02  Makoto Ishisone  <ishisone@sra.co.jp>
+
+       * libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo,
+       add support for compact format library.
+
 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's
index 671e8d049a4b593a45eb1a87bd79b6351ccd0995..a222dfc932f81505b4b41643f80b4adb01296463 100644 (file)
@@ -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.*`