2006-10-24 Stepan Kasal * bin/autoconf.as: Fix the verbose message at the end. Index: bin/autoconf.as =================================================================== RCS file: /cvsroot/autoconf/autoconf/bin/autoconf.as,v retrieving revision 1.21 diff -u -r1.21 autoconf.as --- bin/autoconf.as 16 Oct 2006 20:58:44 -0000 1.21 +++ bin/autoconf.as 24 Oct 2006 13:10:03 -0000 @@ -178,5 +178,5 @@ eval set x $autom4te_options \ --language=autoconf --output=\$outfile "$traces" \$infile shift -$verbose "$as_me: running $*" >&2 +$verbose "$as_me: running $AUTOM4TE $*" >&2 exec "$AUTOM4TE" "$@"