From e9b74ac4c42be1bd7d820e306077ada19d17e7bf Mon Sep 17 00:00:00 2001 From: "Alex-P. Natsios" Date: Sat, 9 Aug 2014 20:19:43 +0200 Subject: [PATCH] autotools: we don't need to repeat ourselves Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D1301 --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 03c08f8c..a845b039 100644 --- a/configure.ac +++ b/configure.ac @@ -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"