+2002-10-17 Akim Demaille <akim@epita.fr>
+
+ * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
+
2002-10-16 Paul Eggert <eggert@twinsun.com>
* Makefile.maint (wget_files): Remove ansi2knr.c.
AC_CONFIG_HEADERS(config.h:config.hin)
AH_TOP([Top1 from configure.ac.])
AH_TOP([Top2 from configure.ac.])
+AH_TOP([The Cat in a @.])
AH_VERBATIM([Middle], [Middle from configure.ac.])
+AH_VERBATIM([Mouse], [The Mouse in a @.])
AH_BOTTOM([Bottom1 from configure.ac.])
AH_BOTTOM([Bottom2 from configure.ac.])
+AH_BOTTOM([The Dog in a @.])
+
+AC_DEFINE([ANT], [@], [The Ant in a @.])
]])
Top2 from configure.ac.
+The Cat in a @.
+
+/* The Ant in a @. */
+#undef ANT
+
Middle from configure.ac.
+The Mouse in a @.
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
Bottom1 from configure.ac.
Bottom2 from configure.ac.
+
+The Dog in a @.
/* Bottom from acconfig.h. */
]])