From: Gary V. Vaughan Date: Mon, 23 Apr 2001 00:15:32 +0000 (+0000) Subject: From Simon Spero X-Git-Tag: release-1-4~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07753607352123310f3fe56193cb8cdba754ec77;p=thirdparty%2Flibtool.git From Simon Spero * libtool.m4 (lt_cv_deplibs_check_method) [darwin]: Set it! --- diff --git a/ChangeLog b/ChangeLog index d05a6ccc9..9cbbbecdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-23 Gary V. Vaughan + From Simon Spero + * libtool.m4 (lt_cv_deplibs_check_method) [darwin]: Set it! + * TODO: Make a note to undo this later. From Christoph Pfisterer * libtool.m4: Use $() execution substitution quotation to work diff --git a/libtool.m4 b/libtool.m4 index 80e51fbf7..21a9419c4 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3140,6 +3140,7 @@ cygwin* | mingw* | pw32*) ;; darwin* | rhapsody*) + lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' lt_cv_file_magic_cmd='/usr/bin/file -L' case "$host_os" in rhapsody* | darwin1.[012])