Hi Ben.
> The gettext module says in its configure.ac section that it
> invokes AM_GNU_GETTEXT:
>
> configure.ac:
> AM_GNU_GETTEXT([external])
> AM_GNU_GETTEXT_VERSION([0.18.1])
>
> This would ordinarily lead one to believe that it is not
> necessary to invoke AM_GNU_GETTEXT elsewher
The gettext module says in its configure.ac section that it
invokes AM_GNU_GETTEXT:
configure.ac:
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18.1])
This would ordinarily lead one to believe that it is not
necessary to invoke AM_GNU_GETTEXT elsewhere in configure.ac, but
gnul