From: Alexandre Duret-Lutz Date: Wed, 17 Nov 2004 22:46:05 +0000 (+0000) Subject: * aclocal.in (version): Remove initial blank line and reproduce X-Git-Tag: Release-1-9b~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75b0bd0194a8b9f9abc16a981272e2a32bde5a9;p=thirdparty%2Fautomake.git * aclocal.in (version): Remove initial blank line and reproduce the layout of automake --version. From Art Haas. --- diff --git a/ChangeLog b/ChangeLog index 15c56dbd1..6f2f29149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-17 Alexandre Duret-Lutz + * 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 diff --git a/aclocal.in b/aclocal.in index af5e286c5..dedba3d0c 100644 --- a/aclocal.in +++ b/aclocal.in @@ -606,13 +606,15 @@ Report bugs to .\n"; # Print version and exit. sub version() { - print "\ + print < - and Alexandre Duret-Lutz + and Alexandre Duret-Lutz . + 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; }