File arts-automake_add_missing.patch of Package arts
--- admin/cvs.sh.orig 2013-04-26 10:42:22.759981365 +0200 +++ admin/cvs.sh 2013-04-26 10:42:25.959028903 +0200 @@ -135,7 +135,7 @@ fi echo "*** Creating Makefile templates" -$AUTOMAKE || exit 1 +$AUTOMAKE --add-missing || exit 1 if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates"