* aclocal.in (version): Remove initial blank line and reproduce
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 17 Nov 2004 22:46:05 +0000 (22:46 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 17 Nov 2004 22:46:05 +0000 (22:46 +0000)
the layout of automake --version.  From Art Haas.

ChangeLog
aclocal.in

index 15c56db..6f2f291 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-17  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * aclocal.in (version): Remove initial blank line and reproduce
+       the layout of automake --version.  From Art Haas.
+
        * aclocal.in (%file_type, FT_USER, FT_AUTOMAKE_SYSTEM): New variables.
        (scan_m4_dirs): New function, extracted from ...
        (scan_m4_files): ... here.  Call scan_m4_files three times, for each
index af5e286..dedba3d 100644 (file)
@@ -606,13 +606,15 @@ Report bugs to <bug-automake\@gnu.org>.\n";
 # Print version and exit.
 sub version()
 {
-  print "\
+  print <<EOF;
 aclocal (GNU $PACKAGE) $VERSION
 Written by Tom Tromey <tromey\@redhat.com>
-       and Alexandre Duret-Lutz <adl\@gnu.org>
+       and Alexandre Duret-Lutz <adl\@gnu.org>.
+
 Copyright (C) 2004 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.";
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+EOF
   exit 0;
 }