Downgrade the gettext requirement
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 13 Nov 2007 23:13:24 +0000 (23:13 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 13 Nov 2007 23:13:24 +0000 (23:13 +0000)
git-svn-id: http://svn.voria.com/code@1145 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index ef397c7..0dddf22 100644 (file)
@@ -340,7 +340,7 @@ AC_LIB_LTDL
 ALL_LINGUAS=""
 AM_GNU_GETTEXT([external])
 # This is here so autoreconf will run autopoint
-AM_GNU_GETTEXT_VERSION([0.16.1])
+AM_GNU_GETTEXT_VERSION([0.15])
 localedir="$datadir/locale"
 
 PKG_CHECK_MODULES(ETL, [ETL >= 0.04.10],,[
index 719d75b..7d861a2 100755 (executable)
@@ -63,7 +63,7 @@ AC_LIBTOOL_PATCH
 ALL_LINGUAS=""
 AM_GNU_GETTEXT([external])
 # This is here so autoreconf will run autopoint
-AM_GNU_GETTEXT_VERSION([0.16.1])
+AM_GNU_GETTEXT_VERSION([0.15])
 
 case "$host" in
        *mingw* | *cygwin*)