summaryrefslogtreecommitdiff
path: root/tests/compile.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile.at')
-rw-r--r--tests/compile.at7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/compile.at b/tests/compile.at
index fbba8e63..c93722b9 100644
--- a/tests/compile.at
+++ b/tests/compile.at
@@ -344,7 +344,12 @@ test $estatus != 3 &&
AC_OUTPUT
]])
-AT_CHECK_AUTOCONF
+AT_CHECK_AUTOCONF([], 0, [],
+[[configure.ac:14: warning: The macro `AC_TRY_RUN' is obsolete.
+configure.ac:14: You should run autoupdate.
+general.m4: AC_TRY_RUN is expanded from...
+configure.ac:14: the top level
+]])
AT_CHECK_CONFIGURE([-q])
AT_CLEANUP