allows ecore to setup and compile even if gettext is not installed

SVN revision: 49578
This commit is contained in:
Vincent Torri 2010-06-08 18:06:56 +00:00
parent 194fc4c4ac
commit 600cc3d509
1 changed files with 8 additions and 3 deletions

View File

@ -53,8 +53,13 @@ AC_SUBST(release_info)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
AM_GNU_GETTEXT_VERSION([0.12.1])
AM_GNU_GETTEXT([external])
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
])
AC_SUBST(LTLIBINTL)
EFL_CHECK_PATH_MAX
@ -1355,7 +1360,7 @@ src/lib/ecore_x/xcb/Makefile
src/tests/Makefile
README
ecore.spec
po/Makefile.in
$po_makefile_in
])
echo