diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-08-30 01:02:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-30 01:02:26 +0200 |
commit | b4d585c643d92787bfa17b935ce00b09960ee360 (patch) | |
tree | 4f470d901668cd478abfb94bd7e61ebe988aeeb0 | |
parent | cc75733bc9b928e8010be2ccdae0a5edb02e1c65 (diff) | |
download | admin-b4d585c643d92787bfa17b935ce00b09960ee360.tar.gz admin-b4d585c643d92787bfa17b935ce00b09960ee360.zip |
Fix remaining FTBFS in parallel-tests with automake 1.13
-rw-r--r-- | cvs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |