englebass pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ff31c0533b4f9482023754b97295c49a04a580d9
commit ff31c0533b4f9482023754b97295c49a04a580d9 Author: Sebastian Dransfeld <[email protected]> Date: Thu Sep 18 10:40:06 2014 +0200 e: Use same gettext version as efl and elementary --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6023d65..9a65f6d 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,7 @@ ALL_LINGUAS="bg ca cs da de el eo es fi fr fr_CH he hu it ja ko nb nl pl pt_BR r AC_SUBST([ALL_LINGUAS]) m4_ifdef([AM_GNU_GETTEXT_VERSION], [ -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18]) ]) m4_ifdef([AC_GNU_GETTEXT], [ --
