bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] Compilation of gettext 0.18.3 for Win32 under Cygwin f


From: Daiki Ueno
Subject: Re: [bug-gettext] Compilation of gettext 0.18.3 for Win32 under Cygwin fails
Date: Fri, 09 Aug 2013 14:05:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Michele Locati <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]