diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-02-21 14:56:49 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-02-21 14:56:49 +0000 |
commit | 1cb1d2372ffb2802fbe99ac5ca5d3db8ea218701 (patch) | |
tree | 503865f9c13b44e18ba5b68b37e8d7549b3cf741 /autogen.sh | |
parent | 77e9b7bd0c6734dbc3ee5fa80ecc9fdd216786df (diff) |
efl: turn on cached result, that will reduce your configure time a lot !
SVN revision: 57213
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh index 0a5946268..2d8df88b1 100755 --- a/autogen.sh +++ b/autogen.sh | |||
@@ -1,10 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | rm -rf autom4te.cache | ||
4 | rm -f aclocal.m4 ltmain.sh | ||
5 | |||
6 | touch README | ||
7 | |||
8 | echo "Running autopoint..." ; autopoint -f || : | 3 | echo "Running autopoint..." ; autopoint -f || : |
9 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 | 4 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 |
10 | echo "Running autoheader..." ; autoheader || exit 1 | 5 | echo "Running autoheader..." ; autoheader || exit 1 |
@@ -13,5 +8,5 @@ echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --au | |||
13 | echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 | 8 | echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 |
14 | 9 | ||
15 | if [ -z "$NOCONFIGURE" ]; then | 10 | if [ -z "$NOCONFIGURE" ]; then |
16 | ./configure "$@" | 11 | ./configure -C "$@" |
17 | fi | 12 | fi |