From 6c722e3cdd30a7dc1b0161aa21f519563a9e1de6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 25 Jun 2010 23:14:08 -0400 Subject: 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 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 50f5f5054..52c685a6f 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 $? -- cgit v1.2.1