summaryrefslogtreecommitdiff
path: root/tests/tools.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools.at')
-rw-r--r--tests/tools.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools.at b/tests/tools.at
index 7341811a..81743374 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -830,7 +830,7 @@ AT_SETUP([autoheader and macros])
AT_DATA([configure.ac],
[[AC_INIT
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
m4_define([PETER], [SIMSALABIM])
m4_define([PAUL], [OPENSESAME])
AC_DEFINE([PETER], [10], [Peter's public info])