Skip to content

Commit

Permalink
Make "buildconf --force" more robust, per IRC chat. Not backported to…
Browse files Browse the repository at this point in the history
… 5.3 to avoid destabilization.
  • Loading branch information
cjbj committed Mar 6, 2012
1 parent 7afd050 commit 15c9560
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildconf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ if test "$dev" = "0" -a "$devok" = "0"; then
echo "use buildconf --force to override this check."
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
Expand Down

0 comments on commit 15c9560

Please sign in to comment.