On 02/05/2016 11:13, Chet Ramey wrote:
AM_GNU_GETTEXT is the autoconf macro that adds the --disable-nls option to configure. It handles checking for iconv by calling AM_ICONV. If you disable it by calling configure with --disable-nls, it doesn't look for iconv.
Well, this is wrong in the bash context, because bash needs iconv in unrelated to gettext context.
Yuri