From 7edf0703962cb65dd759db5c749b1bedd485e191 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sun, 14 Mar 2004 14:25:59 +0000 Subject: [PATCH] * ltmain.in: Use $EGREP, $GREP is not set. --- ChangeLog | 4 ++++ ltmain.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.3