]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Use $EGREP, $GREP is not set.
authorPeter O'Gorman <peter@pogma.com>
Sun, 14 Mar 2004 14:25:59 +0000 (14:25 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 14 Mar 2004 14:25:59 +0000 (14:25 +0000)
ChangeLog
ltmain.in

index f0f429f311ed67c4f7bfa3b33040dba0d96db442..4f7e55a76930c2111c1f7aa44b45a417fa569310 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-14  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in: Use $EGREP, $GREP is not set.
+
 2004-03-14  Scott James Remnant  <scott@netsplit.com>
 
        * m4/ltmain.in: Only check precious_files_regex if it is not empty.
index 3b79549717ee1bcef7f325c3ad149218bc645acc..312f50be348b253415fbb5b40c9373a7f6809616 100644 (file)
--- 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