mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user