version 1.1, 2012/02/21 23:47:51
|
version 1.1.1.2, 2012/05/29 12:34:34
|
Line 32 if test "$dev" = "0" -a "$devok" = "0"; then
|
Line 32 if test "$dev" = "0" -a "$devok" = "0"; then
|
echo "use buildconf --force to override this check." |
echo "use buildconf --force to override this check." |
exit 1 |
exit 1 |
fi |
fi |
| |
| if test "$devok" = "1"; then |
| echo "Removing configure caches" |
| rm -rf autom4te.cache config.cache |
| fi |
| |
rm -f generated_lists |
rm -f generated_lists |
|
|
if test "$debug" = "yes"; then |
if test "$debug" = "yes"; then |