From: Ben Pfaff Date: Sat, 16 Apr 2011 03:16:02 +0000 (-0700) Subject: configure: Invoke AM_GNU_GETTEXT by hand. X-Git-Tag: v0.7.8~63 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=1647299dd3bd2679933d4fd790b4e2a1c6305fb5 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. --- 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