From ac800833454ab6d38afb288773079b8ad1d5503f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Se=C3=A1n=20de=20B=C3=BArca?= Date: Tue, 27 Aug 2013 07:55:53 -0600 Subject: [PATCH] Run intltool before autoreconf so intltool.m4 is picked up by aclocal. https://bugzilla.gnome.org/show_bug.cgi?id=705365 --- macros2/gnome-autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh index 202c805..ee4b937 100644 --- a/macros2/gnome-autogen.sh +++ b/macros2/gnome-autogen.sh @@ -404,16 +404,16 @@ for configure_ac in $configure_files; do $GNOME_DOC_PREPARE --force --copy || exit 1 fi - # Now that all the macros are sorted, run autoreconf ... - printbold "Running autoreconf..." - autoreconf --verbose --force --install -Wno-portability || exit 1 - if grep "^AC_PROG_INTLTOOL" $basename >/dev/null || grep "^IT_PROG_INTLTOOL" $basename >/dev/null; then printbold "Running $INTLTOOLIZE..." $INTLTOOLIZE --force --copy --automake || exit 1 fi + # Now that all the macros are sorted, run autoreconf ... + printbold "Running autoreconf..." + autoreconf --verbose --force --install -Wno-portability || exit 1 + cd "$topdir" fi done -- 2.7.4