From 84eb370298a7c1ebf4af250c51d20bdcf0ae8790 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 4 May 2013 02:11:59 +0200 Subject: [PATCH] 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. --- autogen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index c5e1bf34..bac5247f 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