--- embedaddon/php/buildconf 2012/02/21 23:47:51 1.1.1.1 +++ embedaddon/php/buildconf 2012/05/29 12:34:34 1.1.1.2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf,v 1.1.1.1 2012/02/21 23:47:51 misho Exp $ +# $Id: buildconf,v 1.1.1.2 2012/05/29 12:34:34 misho Exp $ eval `grep '^PHP_EXTRA_VERSION=' configure.in` case "$PHP_EXTRA_VERSION" in @@ -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