diff --git a/buildconf b/buildconf index f7b00bfa4..dbe9524e5 100755 --- a/buildconf +++ b/buildconf @@ -209,7 +209,7 @@ ${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command fi echo "buildconf: running automake" -${AUTOMAKE:-automake} -a || die "The automake command failed" +${AUTOMAKE:-automake} -a -c || die "The automake command failed" echo "buildconf: OK" exit 0