Merge branch 'maint'
[platform/upstream/automake.git] / t / confh8.sh
index 45fbe8e..7379a34 100755 (executable)
@@ -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