diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-07-31 01:03:15 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-07-31 01:03:15 -0400 |
commit | 88675958efbe57c7cc5135d6fb73e99f42d848d8 (patch) | |
tree | 7f3415492a7bc1038a5ab49b19e5c59d97950f56 | |
parent | 811f7af1b2cf659b3a3c9b0749c65742207cb946 (diff) |
Remove config.cache in autogen.sh.
-rwxr-xr-x | autogen.sh | 2 |
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 |