From: Peter O'Gorman Date: Sun, 14 Mar 2004 14:25:59 +0000 (+0000) Subject: * ltmain.in: Use $EGREP, $GREP is not set. X-Git-Tag: release-1-5-4~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7edf0703962cb65dd759db5c749b1bedd485e191;p=thirdparty%2Flibtool.git * ltmain.in: Use $EGREP, $GREP is not set. --- diff --git a/ChangeLog b/ChangeLog index f0f429f31..4f7e55a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-14 Peter O'Gorman + + * ltmain.in: Use $EGREP, $GREP is not set. + 2004-03-14 Scott James Remnant * m4/ltmain.in: Only check precious_files_regex if it is not empty. diff --git a/ltmain.in b/ltmain.in index 3b7954971..312f50be3 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2387,7 +2387,7 @@ EOF *-*-darwin* ) # if the lib is a module then we can not link against # it, someone is ignoring the new warnings I added - if /usr/bin/file -L $add 2> /dev/null | $GREP "bundle" >/dev/null ; then + if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then $echo "** Warning, lib $linklib is a module, not a shared library" if test -z "$old_library" ; then $echo