summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-07-31 01:03:15 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-07-31 01:03:15 -0400
commit88675958efbe57c7cc5135d6fb73e99f42d848d8 (patch)
tree7f3415492a7bc1038a5ab49b19e5c59d97950f56 /autogen.sh
parent811f7af1b2cf659b3a3c9b0749c65742207cb946 (diff)
Remove config.cache in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 771090fca..f589c5da8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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