summaryrefslogtreecommitdiff
path: root/t/confsub.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confsub.sh')
-rwxr-xr-xt/confsub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/confsub.sh b/t/confsub.sh
index 979c66560..de21d51e1 100755
--- a/t/confsub.sh
+++ b/t/confsub.sh
@@ -21,7 +21,7 @@
cat >> configure.ac << 'END'
AC_CONFIG_FILES([subdir/Makefile])
-AM_CONFIG_HEADER([subdir/config.h:subdir/config.hin])
+AC_CONFIG_HEADERS([subdir/config.h:subdir/config.hin])
AC_OUTPUT
END