From: Behdad Esfahbod Date: Mon, 2 Nov 2009 23:52:21 +0000 (-0500) Subject: Disable configure cache X-Git-Tag: 2.0_alpha~7^2~957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d03f81865914b40e941bf680557c0d8f98e30ad5;p=apps%2Fcore%2Fpreloaded%2Fvideo-player.git Disable configure cache --- diff --git a/autogen.sh b/autogen.sh index ad7104d..e4317db 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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