summaryrefslogtreecommitdiff
path: root/t/confh8.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confh8.sh')
-rwxr-xr-xt/confh8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/confh8.sh b/t/confh8.sh
index c3a27d10f..2feaae582 100755
--- a/t/confh8.sh
+++ b/t/confh8.sh
@@ -20,7 +20,7 @@
. ./defs || Exit 1
cat >> configure.ac << 'END'
-AM_CONFIG_HEADER([one.h two.h])
+AC_CONFIG_HEADERS([one.h two.h])
AC_OUTPUT
END