Browse Source

Delete config.cache always. This makes config.nice a bit more useful.

migration/unlabaled-1.67.2
foobar 25 years ago
parent
commit
17e6295fbb
  1. 6
      configure.in

6
configure.in

@ -5,6 +5,11 @@ divert(1)
AC_INIT(README.CVS-RULES)
dnl Remove config.cache as it might cause unexpected behaviour
dnl in case of a reconfigure.
divert(0)
rm -f config.cache
PHP_FAST_OUTPUT(sapi/Makefile ext/Makefile Makefile pear/Makefile main/Makefile)
if test "$with_shared_apache" != "no" && test -n "$with_shared_apache" ; then
@ -991,7 +996,6 @@ dnl fi
if test -n "$DEBUG_LOG"; then
rm -f config.cache
cat <<X
+--------------------------------------------------------------------+
| *** ATTENTION *** |

Loading…
Cancel
Save