[cairo-commit] autogen.sh

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Jul 30 22:03:22 PDT 2006


 autogen.sh |    2 ++
 1 files changed, 2 insertions(+)

New commits:
diff-tree 88675958efbe57c7cc5135d6fb73e99f42d848d8 (from 811f7af1b2cf659b3a3c9b0749c65742207cb946)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jul 31 01:03:15 2006 -0400

    Remove config.cache in autogen.sh.

diff --git a/autogen.sh b/autogen.sh
index 771090f..f589c5d 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


More information about the cairo-commit mailing list