Michele Locati <[email protected]> writes:

> - I extracted the gettext source code from the original archive and
> applied the patch:
> $ patch -p1 < ../0001-Fix-AC_CHECK_DECLS-usage.patch
> (Stripping trailing CRs from patch; use --binary to disable.)
> patching file gettext-runtime/m4/intl.m4
>
> - I called configure with the parameters I wrote yesterday

Thanks for quick checking.  The 'configure' script needs to be
regenerated.  To do that:

$ tar xf gettext-0.18.3.tar.gz
$ cd gettext-0.18.3

$ cd gettext-runtime
$ aclocal -I m4 -I ../m4 -I gnulib-m4
$ autoconf
$ cd ..

$ cd gettext-tools
$ aclocal -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I 
libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
$ autoconf
$ cd ..

$ ./configure ...

Anyway, I'll release a bug-fix version shortly.

Regards,
-- 
Daiki Ueno

Reply via email to