Disable configure cache
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 23:52:21 +0000 (18:52 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 23:52:21 +0000 (18:52 -0500)
autogen.sh

index ad7104d..e4317db 100755 (executable)
@@ -185,5 +185,4 @@ cd "$ORIGDIR" || exit 1
 rm -f config.cache
 
 do_cmd $srcdir/configure \
-       --cache-file=config.cache \
        ${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1