[gnome-common] Run intltool before autoreconf so intltool.m4 is picked up by aclocal. https://bugzilla.gnome.org/sh



commit ac800833454ab6d38afb288773079b8ad1d5503f
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Tue Aug 27 07:55:53 2013 -0600

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]