Fix remaining FTBFS in parallel-tests with automake 1.13

(cherry picked from commit b4d585c643)
v3.5.13-sru
Francois Andriot 11 years ago committed by Slávek Banko
parent f774b57948
commit ecc96bdc7a

@ -130,7 +130,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"

Loading…
Cancel
Save