+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',
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)
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