Merge branch 'maint'
[platform/upstream/automake.git] / t / confh.sh
index c86b63e..1407757 100755 (executable)
@@ -20,7 +20,7 @@
 . ./defs || exit 1
 
 cat >> configure.ac << 'END'
-AM_CONFIG_HEADER([include/config.h])
+AC_CONFIG_HEADERS([include/config.h])
 AC_OUTPUT
 END