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.
master
Daniel Narvaez 11 years ago
parent c25e218eec
commit 84eb370298

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

Loading…
Cancel
Save