summaryrefslogtreecommitdiff
path: root/tests/mktests.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-02 05:37:07 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-02 05:37:07 +0000
commitc9bf84b87765176478418d5e154cbab343d9211b (patch)
tree501877a69112cd9aaaed13eaefb38fc6930de8f4 /tests/mktests.sh
parentbc5477ae6d9dc13256815521a8a481cfc7ce32f8 (diff)
downloadautoconf-c9bf84b87765176478418d5e154cbab343d9211b.tar.gz
* NEWS: New macro AC_CACHE_CHECK_INT. It replaces the
old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT except the first two arguments are reversed. * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT. (Generic Compiler Characteristics): AC_COMPUTE_INT no longer caches nor outputs a diagnostic. Suggested by Bruno Haible. * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro, equivalent to the old AC_COMPUTE_INT. (AC_COMPUTE_INT): No longer caches or reports. New signature. All uses changed to AC_CACHE_CHECK_INT. * tests/base.at (AC_CACHE_CHECK_INT): New test. * tests/mktests.sh (ac_exclude_lsit): Add AC_CACHE_CHECK_INT.
Diffstat (limited to 'tests/mktests.sh')
-rwxr-xr-xtests/mktests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mktests.sh b/tests/mktests.sh
index ac2e1e5a..157a7112 100755
--- a/tests/mktests.sh
+++ b/tests/mktests.sh
@@ -86,7 +86,7 @@ ac_exclude_list='
# Need an argument.
/^AC_(CANONICALIZE|PREFIX_PROGRAM|PREREQ)$/ {next}
/^AC_(SEARCH_LIBS|REPLACE_FUNCS)$/ {next}
- /^AC_COMPUTE_INT$/ {next}
+ /^AC_(CACHE_CHECK|COMPUTE)_INT$/ {next}
# Performed in the semantics tests.
/^AC_CHECK_(ALIGNOF|DECL|FILE|FUNC|HEADER|LIB|MEMBER|PROG|SIZEOF|(TARGET_)?TOOL|TYPE)S?$/ {next}