mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* bin/autoheader.in: Add missing newline when printing
suggestion how change AC_DEFINE call.
This commit is contained in:
parent
4165072ca1
commit
5e7f0f99ed
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user