]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoheader.in: Add missing newline when printing
authorPavel Roskin <proski@gnu.org>
Tue, 25 Feb 2003 23:20:21 +0000 (23:20 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 25 Feb 2003 23:20:21 +0000 (23:20 +0000)
suggestion how change AC_DEFINE call.

ChangeLog
bin/autoheader.in

index 0d876a1d1dbd4673920b7536227e22daeaa54a06..00cdc99bd8bef2723c130827aa7979ee33d40c38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-25  Pavel Roskin  <proski@gnu.org>
+
+       * bin/autoheader.in: Add missing newline when printing
+       suggestion how change AC_DEFINE call.
+
 2003-02-24  Paul Eggert  <eggert@twinsun.com>
 
        * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
index 574472eb4753c98f644732a3e3c744a839439d0e..28b89c565d32f08403fa304132b35dd2507a2e01 100644 (file)
@@ -265,7 +265,7 @@ $out->close;
       print STDERR "$me: missing template: $_\n";
       if ($suggest_ac_define)
        {
-         print STDERR "Use AC_DEFINE([$_], [], [Description])";
+         print STDERR "Use AC_DEFINE([$_], [], [Description])\n";
          $suggest_ac_define = 0;
        }