From 200d7c16d7e671c7560e02a21002f8e5592be63a Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 21 Feb 2011 14:56:49 +0000 Subject: [PATCH] efl: turn on cached result, that will reduce your configure time a lot ! SVN revision: 57213 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 44866ed..0e93275 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,6 +8,6 @@ find . -name Makefile.in -delete autoreconf -f -i if [ -z "$NOCONFIGURE" ]; then - ./configure "$@" + ./configure -C "$@" fi