Install gettext 0.14.4 macros since earlier ones have a bug that disables NLS on...
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 7 Jan 2008 01:50:20 +0000 (01:50 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 7 Jan 2008 01:50:20 +0000 (01:50 +0000)
git-svn-id: http://svn.voria.com/code@1273 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/configure.ac
synfig-studio/trunk/configure.ac

index aec847f..316f6bb 100644 (file)
@@ -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],,[
index a974b18..8aa1f9e 100755 (executable)
@@ -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*)