]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoconf.as: Fix the verbose message at the end.
authorStepan Kasal <kasal@ucw.cz>
Tue, 24 Oct 2006 13:13:29 +0000 (13:13 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 24 Oct 2006 13:13:29 +0000 (13:13 +0000)
ChangeLog
bin/autoconf.as

index 2b58065915db95ad84a64dc1f07933b12d099f91..806ebf3c8b25a644bb327a7d353371b6ced98bf0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-24  Stepan Kasal  <kasal@ucw.cz>
+
+       * bin/autoconf.as: Fix the verbose message at the end.
+
 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac (AC_INIT): Bump to 2.60c.
index 123e13bbd5814f5f727c3e0072277ead96a523e2..4f5c0286d6d8a584aab5b0ab2c0d2664a7acb515 100644 (file)
@@ -178,5 +178,5 @@ test -z "$outfile" && outfile=-
 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" "$@"