Issue introduced in the recent merge 'v1.12-101-g12405c9'. Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- t/confsub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/confsub.sh b/t/confsub.sh index b13f26a..db9f80e 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 -- 1.7.9.5