From: Ivo Timmermans Date: Thu, 18 Apr 2002 14:23:25 +0000 (+0000) Subject: Remove config.{status,cache} before running configure X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=refs%2Fheads%2FPOKEY Remove config.{status,cache} before running configure --- diff --git a/autogen.sh b/autogen.sh index 21a0f4c1..09e5a704 100644 --- a/autogen.sh +++ b/autogen.sh @@ -150,6 +150,7 @@ conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... + rm -f config.status config.cache $srcdir/configure $conf_flags "$@" \ && echo Now type \`make\' to compile $PKG_NAME || exit 1 else