From 1647299dd3bd2679933d4fd790b4e2a1c6305fb5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 15 Apr 2011 20:16:02 -0700 Subject: [PATCH] configure: Invoke AM_GNU_GETTEXT by hand. The Gnulib "gettext" module does not invoke AM_GNU_GETTEXT, because gnulib-tool uses "sed" to filter it out. So we must invoke it ourselves. John Darrington narrowed the problem down to the commit b54a5702b6 "Fix up build following dropping ulc-width-linebreaks module" that started using the gettext Gnulib module. Bug #33083. Reported by Mindaugus. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ac57a2a9..49058a72 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ PSPP_PERL dnl Disable automatic po/ support, because PSPP provides its own po/ support. AC_PROVIDE([AM_PO_SUBDIRS]) -AM_GNU_GETTEXT_NEED([need-ngettext]) +AM_GNU_GETTEXT([external], [need-ngettext]) dnl Checks for libraries. AC_SYS_LARGEFILE -- 2.30.2