diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index d874807084..8bddd28ad5 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -53,17 +53,8 @@ AC_SUBST(release_info) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -m4_ifdef([AM_GNU_GETTEXT_VERSION], [AM_GNU_GETTEXT_VERSION([0.12.1])]) -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]) - ]) -AC_SUBST(LTLIBINTL) +AM_GNU_GETTEXT_VERSION([0.12.1]) +AM_GNU_GETTEXT([external]) EFL_CHECK_PATH_MAX @@ -1364,7 +1355,7 @@ src/lib/ecore_x/xcb/Makefile src/tests/Makefile README ecore.spec -$po_makefile_in +po/makefile.in ]) echo