mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
Avoid empty first line in --version and --help output.
This commit is contained in:
parent
132dcb2111
commit
0bdeaac15d
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user