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.
This commit is contained in:
Daniel Narvaez 2013-05-04 02:11:59 +02:00
parent c25e218eec
commit 84eb370298

View File

@ -6,8 +6,6 @@ test -n "${srcdir}" || srcdir="$(pwd)"
olddir="$(pwd)"
cd "$srcdir"
export ACLOCAL="aclocal -I m4"
intltoolize
autoreconf -i