Avoid empty first line in --version and --help output.

This commit is contained in:
Andreas Schwab 2003-10-10 09:18:56 +00:00
parent 132dcb2111
commit 0bdeaac15d
3 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2003-10-10 Andreas Schwab <schwab@suse.de>
* bin/autoheader.in: Avoid empty first line in --version and
--help output.
* bin/ifnames.in: Likewise.
2003-10-09 Paul Eggert <eggert@twinsun.com>
* lib/Autom4te/XFile.pm: Don't assume -j is solo.

View File

@ -60,8 +60,7 @@ my @include;
# $HELP
# -----
$help = "\
Usage: $0 [OPTION] ... [TEMPLATE-FILE]
$help = "Usage: $0 [OPTION] ... [TEMPLATE-FILE]
Create a template file of C \`\#define\' statements for \`configure\' to
use. To this end, scan TEMPLATE-FILE, or \`configure.ac\' if present,
@ -86,8 +85,7 @@ Report bugs to <bug-autoconf\@gnu.org>.
# $VERSION
# --------
$version = "\
autoheader (@PACKAGE_NAME@) @VERSION@
$version = "autoheader (@PACKAGE_NAME@) @VERSION@
Written by Roland McGrath and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.

View File

@ -65,8 +65,7 @@ Report bugs to <bug-autoconf\@gnu.org>.
# $VERSION
# --------
$version = "\
ifnames (@PACKAGE_NAME@) @VERSION@
$version = "ifnames (@PACKAGE_NAME@) @VERSION@
Written by David J. MacKenzie and Paul Eggert.
Copyright (C) 2003 Free Software Foundation, Inc.