Merge branch 'maint'
[platform/upstream/automake.git] / t / confh6.sh
index 5479491..fa6aab4 100755 (executable)
@@ -21,7 +21,7 @@
 . ./defs || exit 1
 
 cat >> configure.ac << 'END'
-AM_CONFIG_HEADER([subdir/config.h])
+AC_CONFIG_HEADERS([subdir/config.h])
 AC_OUTPUT
 END