mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
* 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.
This commit is contained in:
parent
e7ee56216e
commit
b868d59ecb
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user