summaryrefslogtreecommitdiff
path: root/t/confh7.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confh7.sh')
-rwxr-xr-xt/confh7.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/confh7.sh b/t/confh7.sh
index 86148ac80..4d3bbbb5f 100755
--- a/t/confh7.sh
+++ b/t/confh7.sh
@@ -17,10 +17,10 @@
# Test to make sure several config headers are allowed.
# See also sister "semantic" test 'confh8.sh'.
-. ./defs || exit 1
+. test-init.sh
cat >> configure.ac << 'END'
-AM_CONFIG_HEADER([config.h two.h])
+AC_CONFIG_HEADERS([config.h two.h])
END
: > Makefile.am