billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=2067e35a5d15642e1891feaf31d264492c3d294d
commit 2067e35a5d15642e1891feaf31d264492c3d294d Author: Alex-P. Natsios <[email protected]> Date: Sun Jul 27 15:02:36 2014 +0200 gettext: downgrade in order to work with older Ubuntu LTS Summary: older Ubuntu releases are a little below 0.18.3 plus this makes it consistent with the rest of our projects. Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D1243 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d54c83..03c08f8 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_SUBST(efl_version) m4_ifdef([AM_GNU_GETTEXT_VERSION], [ -AM_GNU_GETTEXT_VERSION([0.18.3]) +AM_GNU_GETTEXT_VERSION([0.17]) ]) m4_ifdef([AC_GNU_GETTEXT], [ --
