syntax highlighting tools.
* tests/atspecific.m4 (AT_CHECK_UPDATE): Give a better AT_SETUP
title.
+2000-10-12 Akim Demaille <akim@epita.fr>
+
+ * tests/mktests.sh: Backslash the quote in the heredocs to help
+ syntax highlighting tools.
+ * tests/atspecific.m4 (AT_CHECK_UPDATE): Give a better AT_SETUP
+ title.
+
2000-10-12 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (_AC_SH_QUOTE): Issue an `obsolete' warning for use
# TOP_SRCDIR is needed to set the auxdir (some macros need
# `install-sh', `config.guess' etc.).
AT_DEFINE([AT_CHECK_UPDATE],
-[AT_SETUP([$1])
+[AT_SETUP([the autoupdating of $1])
_AT_CHECK_AC_MACRO([$1],
[AT_CHECK([autoupdate --autoconf-dir ..], 0,
sed 's/^ *//' >syntax.tm4 <<MK_EOF
# Generated by mktests.sh, do not edit by hand. -*- autoconf -*-
-cat <<EOF
+cat <<\EOF
Syntax of macros and completeness of header templates.
sed 's/^ *//' >update.tm4 <<MK_EOF
# Generated by mktests.sh, do not edit by hand. -*- autoconf -*-
-cat <<EOF
+cat <<\EOF
Checking that autoupdated configure.in are sane.
Four of these tests will fail, we know that, and we are working on it.
-Please, don't consider them.
+Please, don\'t consider them.
EOF