efl: turn on cached result, that will reduce your configure time a lot !

SVN revision: 57213
v-1.6.0
Cedric BAIL 12 years ago
parent 62f630e67c
commit 200d7c16d7
  1. 2
      autogen.sh

@ -8,6 +8,6 @@ find . -name Makefile.in -delete
autoreconf -f -i
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
./configure -C "$@"
fi

Loading…
Cancel
Save