summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2008-10-26 11:55:57 +0000
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2008-10-26 11:55:57 +0000
commit697dff2dab72b4b5ce4e7ea8c8e6c19a524ea1af (patch)
tree1500ff598a3f534cc573f838d157034c890e1cc6 /autogen.sh
parent98b930c5452f39f572ddd930a5525f66b0f3dc32 (diff)
downloadedje-697dff2dab72b4b5ce4e7ea8c8e6c19a524ea1af.tar.gz
edje-697dff2dab72b4b5ce4e7ea8c8e6c19a524ea1af.tar.bz2
edje-697dff2dab72b4b5ce4e7ea8c8e6c19a524ea1af.zip
autotools cleanups
* configure.ac re-organisation * don't compile edje binaries on windows ce * add doc rule to build documentation (hence gendo is removed, Doxyfile is moved to doc/ and edje.c.in is renamed doc/edje.dox.in) Next commit will fix completely the documentation * fix edje.pc.in git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@37137 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0846992..995ff2f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ rm -f aclocal.m4 ltmain.sh
touch README
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
+echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1