From 26835bf47e97470661ab812ce832a70cd3e61a43 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Thu, 18 Apr 2002 14:23:25 +0000 Subject: [PATCH] Remove config.{status,cache} before running configure --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 21a0f4c..09e5a70 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 -- 2.25.1