From 6aa20f59be856ade4fddb435925968dd253eabdc Mon Sep 17 00:00:00 2001 From: "Steven M. Schultz" Date: Mon, 29 May 2000 17:15:37 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ libtool.m4 | 1 + 2 files changed, 8 insertions(+) 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 ;; -- 2.47.3