summaryrefslogtreecommitdiffstats
path: root/cvs.sh
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-27 22:18:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-12-17 02:39:39 +0100
commitf774b5794874fc11bd39a5260157c7573008bc73 (patch)
tree0a2599ae40cec3851d2e8fd1089bb4dc61a1f650 /cvs.sh
parent6613b274c8ca9832e5a73e0e01f155ee3bac2070 (diff)
downloadadmin-f774b5794874fc11bd39a5260157c7573008bc73.tar.gz
admin-f774b5794874fc11bd39a5260157c7573008bc73.zip
Fix FTBFS in parallel-tests with automake 1.13
(cherry picked from commit cc75733bc9b928e8010be2ccdae0a5edb02e1c65)
Diffstat (limited to 'cvs.sh')
-rw-r--r--cvs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvs.sh b/cvs.sh
index 373ad97..7618630 100644
--- a/cvs.sh
+++ b/cvs.sh
@@ -184,7 +184,7 @@ if egrep "^A[MC]_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
$AUTOHEADER || exit 1
touch config.h.in
fi
-$AUTOMAKE --foreign || exit 1
+$AUTOMAKE --add-missing --foreign || exit 1
if test "$UNSERMAKE" = no; then
echo "*** Postprocessing Makefile templates"
perl -w admin/am_edit || exit 1