From: pabs Date: Tue, 13 Nov 2007 23:13:24 +0000 (+0000) Subject: Downgrade the gettext requirement X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=7761b053b4c9446a84c447ec7b806ca10aa3ac63;p=synfig.git Downgrade the gettext requirement git-svn-id: http://svn.voria.com/code@1145 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index ef397c7..0dddf22 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -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],,[ diff --git a/synfig-studio/trunk/configure.ac b/synfig-studio/trunk/configure.ac index 719d75b..7d861a2 100755 --- a/synfig-studio/trunk/configure.ac +++ b/synfig-studio/trunk/configure.ac @@ -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*)