]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorGordon Matzigkeit <gord@gnu.ai.mit.edu>
Mon, 14 Apr 1997 01:43:24 +0000 (01:43 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Mon, 14 Apr 1997 01:43:24 +0000 (01:43 +0000)
ChangeLog
configure.in
ltmain.sh.in

index a1a9a26885ffe3b18e2f77ec372538acd7ba7c3f..4f68ebb8b4645acb0a6d47eb40e8462de93fde32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 13 19:40:58 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
+
+       * ltmain.sh.in (mode): Use `egrep -e' when inferring the operation
+       mode.
+
 Sat Apr 12 13:09:24 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
 
        * ltconfig.in (linker): Some GNU ld's don't accept `--version',
index ee12fde781288e6e174e6e9ac9a81b78bbe6c614..8b1dce9c312f09d5e57bbae1466ca95ee8a4c7dc 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 AC_INIT(ltmain.sh.in)
-AM_INIT_AUTOMAKE(libtool,0.9e)
+AM_INIT_AUTOMAKE(libtool,0.9f)
 
 pkgdatadir='${datadir}/libtool'
 AC_SUBST(pkgdatadir)
index 73de061be3c52dc093ac2c8fb409173eda484ac6..f4111850b78acb998ee1db451ac618c80fbb5c0b 100644 (file)
@@ -143,7 +143,7 @@ if test -z "$show_help"; then
   if test "$mode" = NONE; then
     case "$nonopt" in
     *cc)
-      if echo " $@ " | egrep "[        ]-c[    ]" > /dev/null 2>&1; then
+      if echo " $@ " | egrep -e "[     ]-c[    ]" > /dev/null 2>&1; then
         mode=compile
       else
         mode=link