From b4d585c643d92787bfa17b935ce00b09960ee360 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Fri, 30 Aug 2013 01:02:26 +0200 Subject: [PATCH] Fix remaining FTBFS in parallel-tests with automake 1.13 --- cvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvs.sh b/cvs.sh index 52b1824..5160e7b 100644 --- a/cvs.sh +++ b/cvs.sh @@ -123,7 +123,7 @@ if egrep "^A[MC]_CONFIG_HEADER" configure.in >/dev/null 2>&1; then fi echo "*** Creating Makefile templates" -$AUTOMAKE || exit 1 +$AUTOMAKE --add-missing || exit 1 if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates"