2002-07-29 Alexandre Duret-Lutz <duret_g@epita.fr>
+ * aclocal.in (write_aclocal): Don't write the filename ($output_file)
+ in the aclocal.m4 header.
+
* configure.in: Require Autoconf 2.53b.
2002-07-28 Alexandre Duret-Lutz <duret_g@epita.fr>
print STDERR "aclocal: writing $output_file\n" if $verbose;
my $out = new Automake::XFile "> $output_file";
+
+# We used to print `# $output_file generated automatically etc.' But
+# this creates spurious differences when using autoreconf. Autoreconf
+# creates aclocal.m4t and then rename it to aclocal.m4, but the
+# rebuild rules generated by Automake create aclocal.m4 directly --
+# this would gives two ways to get the same file, with a different
+# name in the header.
print $out
-"# $output_file generated automatically by aclocal $VERSION -*- Autoconf -*-
+"# generated automatically by aclocal $VERSION -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
-# aclocal.m4 generated automatically by aclocal 1.6c -*- Autoconf -*-
+# generated automatically by aclocal 1.6c -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.