+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.
# $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,
# $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.
# $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.