From: Andreas Schwab Date: Fri, 10 Oct 2003 09:18:56 +0000 (+0000) Subject: Avoid empty first line in --version and --help output. X-Git-Tag: AUTOCONF-2.57g~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdeaac15d384b789777ac046fb52e01dc35950d;p=thirdparty%2Fautoconf.git Avoid empty first line in --version and --help output. --- diff --git a/ChangeLog b/ChangeLog index de58ecdc..c3bd8ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-10 Andreas Schwab + + * bin/autoheader.in: Avoid empty first line in --version and + --help output. + * bin/ifnames.in: Likewise. + 2003-10-09 Paul Eggert * lib/Autom4te/XFile.pm: Don't assume -j is solo. diff --git a/bin/autoheader.in b/bin/autoheader.in index 46faefed..4627f25b 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -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 . # $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. diff --git a/bin/ifnames.in b/bin/ifnames.in index 5bc79bed..b96a90c0 100644 --- a/bin/ifnames.in +++ b/bin/ifnames.in @@ -65,8 +65,7 @@ Report bugs to . # $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.