billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a61c34999597113929bd477e891b0042ed89d130
commit a61c34999597113929bd477e891b0042ed89d130 Author: Alex-P. Natsios <[email protected]> Date: Sat Sep 20 11:11:59 2014 +0200 autotools: upgrade to a newer gettext version Summary: bumping this, should be rather safe to bump now plus we will be consistent with the EFL we depend on. Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D1467 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a845b03..9ae3d44 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.17]) +AM_GNU_GETTEXT_VERSION([0.18]) ]) m4_ifdef([AM_GNU_GETTEXT], [ --
