From: Steven M. Schultz Date: Mon, 29 May 2000 17:15:37 +0000 (+0000) Subject: * libtool.m4 (bsdi4*): Add -L option to bsdi4's file_magic_cmd X-Git-Tag: release-1-3d~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aa20f59be856ade4fddb435925968dd253eabdc;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 50e46d778..4711e397b 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 e1ba9068f..68cd974c1 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 ;;