From: pabs Date: Mon, 7 Jan 2008 01:50:20 +0000 (+0000) Subject: Install gettext 0.14.4 macros since earlier ones have a bug that disables NLS on... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=bfc385c02fc5bd4e4045fbe41bca291b15bef948;p=synfig.git Install gettext 0.14.4 macros since earlier ones have a bug that disables NLS on amd64 git-svn-id: http://svn.voria.com/code@1273 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index aec847f..316f6bb 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -338,7 +338,7 @@ AC_LIB_LTDL ALL_LINGUAS="es" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint -AM_GNU_GETTEXT_VERSION([0.13]) +AM_GNU_GETTEXT_VERSION([0.14.4]) localedir="$datadir/locale" PKG_CHECK_MODULES(ETL, [ETL >= 0.04.10],,[ diff --git a/synfig-studio/trunk/configure.ac b/synfig-studio/trunk/configure.ac index a974b18..8aa1f9e 100755 --- a/synfig-studio/trunk/configure.ac +++ b/synfig-studio/trunk/configure.ac @@ -62,7 +62,7 @@ AC_LIBTOOL_PATCH ALL_LINGUAS="" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint -AM_GNU_GETTEXT_VERSION([0.13]) +AM_GNU_GETTEXT_VERSION([0.14.4]) case "$host" in *mingw* | *cygwin*)