projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e9b7b
)
efl: turn on cached result, that will reduce your configure time a lot !
author
Cedric BAIL
<cedric.bail@free.fr>
Mon, 21 Feb 2011 14:56:49 +0000
(14:56 +0000)
committer
Cedric BAIL
<cedric.bail@free.fr>
Mon, 21 Feb 2011 14:56:49 +0000
(14:56 +0000)
SVN revision: 57213
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
0a59462
..
2d8df88
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,10
+1,5
@@
#!/bin/sh
-rm -rf autom4te.cache
-rm -f aclocal.m4 ltmain.sh
-
-touch README
-
echo "Running autopoint..." ; autopoint -f || :
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
@@
-13,5
+8,5
@@
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --au
echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
if [ -z "$NOCONFIGURE" ]; then
- ./configure "$@"
+ ./configure
-C
"$@"
fi