Autoconf version.
2006-10-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * aclocal.in (write_aclocal): Improve warning for mismatched
+ Autoconf version.
+
* automake.in: For preprocessed assembler, add `$(DEFS)
$(DEFAULT_INCLUDES) $(INCLUDES)' to the compile rule.
* doc/automake.texi (Assembly Support): Update.
# use it in the header below. autom4te will output the name of
# the file in the diagnostic anyway.
$output = "m4_if(m4_PACKAGE_VERSION, [$ac_version],,
-[m4_fatal([this file was generated for autoconf $ac_version], [63])])
+[m4_fatal([this file was generated for autoconf $ac_version.
+You have another version of autoconf. If you want to use that,
+you should regenerate the build system entirely.], [63])])
$output";
}
# PARTICULAR PURPOSE.
m4_if(m4_PACKAGE_VERSION, [2.60],,
-[m4_fatal([this file was generated for autoconf 2.60], [63])])
+[m4_fatal([this file was generated for autoconf 2.60.
+You have another version of autoconf. If you want to use that,
+you should regenerate the build system entirely.], [63])])
m4_include([m4/amversion.m4])
m4_include([m4/auxdir.m4])