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.
This commit is contained in:
Emmanuele Bassi 2010-11-10 16:37:44 +00:00
parent 5f30835eae
commit 6c53c9c849
1 changed files with 1 additions and 1 deletions

View File

@ -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