]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Avoid empty first line in --version and --help output.
authorAndreas Schwab <schwab@suse.de>
Fri, 10 Oct 2003 09:18:56 +0000 (09:18 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 10 Oct 2003 09:18:56 +0000 (09:18 +0000)
ChangeLog
bin/autoheader.in
bin/ifnames.in

index de58ecdc83b54adffaefec88af6893f3003c1bea..c3bd8ce9dfc748303a086c053cec79f03f9e8f33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 46faefeddd978b3811325c0b2891f94f1b1035e6..4627f25b035e7e2f4f836439c7e6dd36f4d092bf 100644 (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.
index 5bc79bed64f63bf673bc60db0c29cf75554671ef..b96a90c0fc2629b0477c87452f33186c2ac7cad3 100644 (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.