Remove config.{status,cache} before running configure POKEY
authorIvo Timmermans <ivo@lychnis.net>
Thu, 18 Apr 2002 14:23:25 +0000 (14:23 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Thu, 18 Apr 2002 14:23:25 +0000 (14:23 +0000)
autogen.sh

index 21a0f4c..09e5a70 100644 (file)
@@ -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