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.
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