Blame SOURCES/amanda-3.3.2-autogen.patch

f09cb9
diff --git a/autogen b/autogen
f09cb9
index 1d593d8..7cb7343 100755
f09cb9
--- a/autogen
f09cb9
+++ b/autogen
f09cb9
@@ -57,4 +57,4 @@ autoheader || die "autoheader failed"
f09cb9
 touch config/config.h.in
f09cb9
 
f09cb9
 echo "..automake"
f09cb9
-automake --force --copy --warnings=none || die "automake failed"
f09cb9
+automake --add-missing --force --copy --warnings=none || die "automake failed"