autotools: we don't need to repeat ourselves

Reviewers: billiob

Differential Revision: https://phab.enlightenment.org/D1301
This commit is contained in:
Alex-P. Natsios 2014-08-09 20:19:43 +02:00 committed by Boris Faure
parent b38933bdfb
commit e9b74ac4c4
1 changed files with 1 additions and 6 deletions

View File

@ -26,11 +26,6 @@ m4_ifdef([AM_GNU_GETTEXT_VERSION], [
AM_GNU_GETTEXT_VERSION([0.17])
])
m4_ifdef([AC_GNU_GETTEXT], [
AC_GNU_GETTEXT([external], [need-ngettext])
po_makefile_in=po/Makefile.in
have_po="yes"
],[
m4_ifdef([AM_GNU_GETTEXT], [
AM_GNU_GETTEXT([external], [need-ngettext])
po_makefile_in=po/Makefile.in
@ -38,7 +33,7 @@ have_po="yes"
],[
have_po="no"
])
])
AC_SUBST(LTLIBINTL)
if test "x$LIBINTL" = "x"; then
LIBINTL="$INTLLIBS"