Remove config.cache in autogen.sh.

This commit is contained in:
Behdad Esfahbod 2006-07-31 01:03:15 -04:00
parent 811f7af1b2
commit 88675958ef

View file

@ -170,4 +170,6 @@ do_cmd $AUTOCONF
cd $ORIGDIR || exit 1
rm -f config.cache
do_cmd $srcdir/configure --cache-file=config.cache --disable-static --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1