From: Steven M. Schultz Date: Mon, 29 May 2000 17:23:56 +0000 (+0000) Subject: * libtool.m4 (bsdi4*): Add -L option to bsdi4's file_magic_cmd X-Git-Tag: multi-language-merge-point~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880f6bf9e3935129498c6420737af6949c84c27e;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 68464ffb2..ac3d530be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-05-29 Steven M. Schultz + + * 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 * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,). diff --git a/libtool.m4 b/libtool.m4 index fba0320d4..14f3b95e4 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 ;;