Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid destabilization.

This commit is contained in:
Christopher Jones 2012-03-06 21:30:59 +00:00
parent 7afd050922
commit 15c956050c

View file

@ -33,6 +33,11 @@ if test "$dev" = "0" -a "$devok" = "0"; then
exit 1
fi
if test "$devok" = "1"; then
echo "Removing configure caches"
rm -rf autom4te.cache config.cache
fi
rm -f generated_lists
if test "$debug" = "yes"; then