]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/mktests.sh: Backslash the quote in the heredocs to help
authorAkim Demaille <akim@epita.fr>
Thu, 12 Oct 2000 15:02:42 +0000 (15:02 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 12 Oct 2000 15:02:42 +0000 (15:02 +0000)
syntax highlighting tools.
* tests/atspecific.m4 (AT_CHECK_UPDATE): Give a better AT_SETUP
title.

ChangeLog
tests/atspecific.m4
tests/mktests.sh

index 1668d5e017eb81a725cf8c1c6312d115b74c1ba3..f6bf2a05a779201718b5a1ef88c247e79e22d125 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index 39be8c07ba3b5617257f806fdf290be42d75000c..354e75b6d7e6a61bf0d1b120ce445ccf474a3101 100644 (file)
@@ -128,7 +128,7 @@ AT_CLEANUP(configure config.status config.log config.cache config.hin config.h e
 # 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,
index 3852a5ab4e2271fc6eb5b7b0046eb931bcfe6b85..523a7ee31e4ea1acf220a937094b85d20642cce8 100755 (executable)
@@ -90,7 +90,7 @@ syntax_exclude_egrep=`echo "$syntax_exclude_list" | tr '
 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.
 
@@ -146,12 +146,12 @@ update_exclude_egrep=`echo "$update_exclude_list" | tr '
 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