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:
parent
5f30835eae
commit
6c53c9c849
@ -63,7 +63,7 @@ fi
|
|||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
gtkdocize || exit $?
|
gtkdocize || exit $?
|
||||||
autoreconf ${ACLOCAL_FLAGS} -vfi || exit $?
|
autoreconf -vfi -I $srcdir/build/autotools ${ACLOCAL_FLAGS} || exit $?
|
||||||
cd $ORIGDIR || exit $?
|
cd $ORIGDIR || exit $?
|
||||||
|
|
||||||
if test -z "$NOCONFIGURE"; then
|
if test -z "$NOCONFIGURE"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user