]> 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:15:37 +0000 (17:15 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 17:15:37 +0000 (17:15 +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 50e46d77847cf9734340e4d52d65645563f2b18c..4711e397b06c6fdf00a7f956365f9ce65932b2bb 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 e1ba9068fa013f20a9476e6295bc0378960cd293..68cd974c17720d2e284d9a2e14c47fb9803fa73c 100644 (file)
@@ -500,6 +500,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
   ;;