From: raster Date: Sun, 20 May 2012 13:05:07 +0000 (+0000) Subject: sorry - got to revert the gettext stuff. X-Git-Tag: 2.0_alpha~25^2~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=078cb6e1256ecf66352f8ad7457559f8d4ddb33d;p=framework%2Fuifw%2Fecore.git sorry - got to revert the gettext stuff. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71250 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 3466179..147ca53 100644 --- a/configure.ac +++ b/configure.ac @@ -58,11 +58,7 @@ AC_SUBST(release_info) VMAJ=v_maj AC_SUBST(VMAJ) -m4_define([gettext_version], [m4_esyscmd([gettext --version | grep -Eo '[0-9]*\.[0-9]*\.[0-9]*'])]) - -m4_ifdef([AM_GNU_GETTEXT_VERSION], [ -AM_GNU_GETTEXT_VERSION([gettext_version]) -]) +AM_GNU_GETTEXT_VERSION(0.17) m4_ifdef([AM_GNU_GETTEXT], [ AM_GNU_GETTEXT([external])