[gdk-pixbuf] Fix gettext version issues



commit 6c722e3cdd30a7dc1b0161aa21f519563a9e1de6
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 25 23:14:08 2010 -0400

    Fix gettext version issues
    
    We need to run autopoint before aclocal, since otherwise aclocal
    will copy gettext.m4 from the installed gettext version, ignoring
    the version that was declared by AM_GNU_GETTEXT_VERSION in configure.ac,
    and things will fall apart down in po/ later.

 autogen.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 50f5f50..52c685a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -105,11 +105,12 @@ rm -rf autom4te.cache
 # regenerated from their corresponding *.in files by ./configure anyway.
 touch README INSTALL
 
+autopoint --force || exit $?
+
 $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
 
 libtoolize --force || exit $?
 gtkdocize || exit $?
-autopoint --force || exit $?
 autoheader || exit $?
 
 $AUTOMAKE --add-missing || exit $?



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