From 564f6f272ff45966b53c26c3e9f41248b9389dd3 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 6 Jun 2011 07:00:24 +0000 Subject: [PATCH] Ecore: fix gettext stuff SVN revision: 59986 --- legacy/ecore/configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 4f7c15e567..002b44da01 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -59,11 +59,12 @@ VMAJ=v_maj AC_SUBST(VMAJ) m4_ifdef([AM_GNU_GETTEXT_VERSION], [ -AM_GNU_GETTEXT_VERSION([0.12.1]) +AM_GNU_GETTEXT_VERSION([0.14]) ]) m4_ifdef([AM_GNU_GETTEXT], [ AM_GNU_GETTEXT([external]) +po_makefile_in=po/Makefile.in AM_CONDITIONAL([HAVE_PO], [true]) ],[ AM_CONDITIONAL([HAVE_PO], [false]) @@ -1463,6 +1464,7 @@ src/lib/ecore_x/xcb/Makefile src/tests/Makefile README ecore.spec +$po_makefile_in ]) m4_ifdef([AM_GNU_GETTEXT], [AC_CONFIG_FILES([po/Makefile.in])])