summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-11-10 16:37:44 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-11-10 16:39:29 +0000
commit6c53c9c84985aa8e83de1cf00e3feb9205e9f779 (patch)
tree8aca3b5966e1c23e5fa52748582fd03d566bed46 /autogen.sh
parent5f30835eae218c8e80153101018c53862c03c353 (diff)
downloadclutter-6c53c9c84985aa8e83de1cf00e3feb9205e9f779.tar.gz
build: Hack build/autotools into autoreconf
Since we require a version of gettext that might not match the version installed we need to hack the order of includes for autoreconf. This hack should go away, and we should just use the installed copy of gettext.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0cceae632..86e518099 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -63,7 +63,7 @@ fi
rm -rf autom4te.cache
gtkdocize || exit $?
-autoreconf ${ACLOCAL_FLAGS} -vfi || exit $?
+autoreconf -vfi -I $srcdir/build/autotools ${ACLOCAL_FLAGS} || exit $?
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then