* bin/autoheader.in: Add missing newline when printing

suggestion how change AC_DEFINE call.
This commit is contained in:
Pavel Roskin 2003-02-25 23:20:21 +00:00
parent 4165072ca1
commit 5e7f0f99ed
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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;
}