Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-05-04 00:11:59 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-06-10 13:46:53 (GMT)
commit84eb370298a7c1ebf4af250c51d20bdcf0ae8790 (patch)
treef46eb43d3d209ab223814db12fae69167a5440d8
parentc25e218eec094a421571d102ece034afd057a9c9 (diff)
Don't set ACLOCAL
The m4 directory is specified in configure.ac. This export breaks ACLOCAL_FLAGS and makes it impossible to build with gobject-introspection in a non system path.
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c5e1bf3..bac5247 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,8 +6,6 @@ test -n "${srcdir}" || srcdir="$(pwd)"
olddir="$(pwd)"
cd "$srcdir"
-export ACLOCAL="aclocal -I m4"
-
intltoolize
autoreconf -i