configure: Invoke AM_GNU_GETTEXT by hand.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 16 Apr 2011 03:16:02 +0000 (20:16 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 16 Apr 2011 03:16:02 +0000 (20:16 -0700)
commit1647299dd3bd2679933d4fd790b4e2a1c6305fb5
treea1907f01200efa25f40d264e5944aa006d6bb82e
parentc3e65d14606e9595b910abbc47ded7c4aaf07d28
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