Fix FTBFS in parallel-tests with automake 1.13

pull/1/head
Slávek Banko 11 years ago
parent 65ecce459d
commit cc75733bc9

@ -177,7 +177,7 @@ if egrep "^A[MC]_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
$AUTOHEADER || exit 1 $AUTOHEADER || exit 1
touch config.h.in touch config.h.in
fi fi
$AUTOMAKE --foreign || exit 1 $AUTOMAKE --add-missing --foreign || exit 1
if test "$UNSERMAKE" = no; then if test "$UNSERMAKE" = no; then
echo "*** Postprocessing Makefile templates" echo "*** Postprocessing Makefile templates"
perl -w admin/am_edit || exit 1 perl -w admin/am_edit || exit 1

Loading…
Cancel
Save