the layout of automake --version. From Art Haas.
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
# 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;
}