]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (bsdi4*): Add -L option to bsdi4's file_magic_cmd
authorSteven M. Schultz <sms@moe.2bsd.com>
Mon, 29 May 2000 17:23:56 +0000 (17:23 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 17:23:56 +0000 (17:23 +0000)
command.  Under BSD/OS 4.1 several libraries are now symlinks
rather than regular files.  Adding -L tells the file program
to follow the symlink.

ChangeLog
libtool.m4

index 68464ffb2e5472176a888c2ed125b11bcd08214e..ac3d530be7f843879a92d515c061e9da3a3816cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-29  Steven M. Schultz <sms@moe.2bsd.com>
+
+       * libtool.m4 (bsdi4*): Add -L option to bsdi4's file_magic_cmd
+       command.  Under BSD/OS 4.1 several libraries are now symlinks
+       rather than regular files.  Adding -L tells the file program
+       to follow the symlink.
+                           
 2000-05-29  Gary V. Vaughan  <gvv@techie.com>
 
        * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).
index fba0320d49abdcef4876431b2d1afc17f04ff7a2..14f3b95e4226a55528c59afcc251b469644bbdb6 100644 (file)
@@ -503,6 +503,7 @@ bsdi4*)
   changequote(,)dnl
   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
   changequote([, ])dnl
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so
   ;;