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:
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…
Reference in New Issue
Block a user