fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] Cygwin fetchmail 6.0.0 build problem due to gettext issue

2002-10-18 11:36:02
Eric,

On Fri, Oct 18, 2002 at 02:08:48PM -0400, Eric S. Raymond wrote:
Jason Tishler <jason(_at_)tishler(_dot_)net>:
Did you recently install a new gettext package?  If so, then all that is
required is to regenerate fetchmail's aclocal.m4 against this newer
version.

How?

The same way that you did it the last time. :.)

What's the procedure,

I used the following procedure:

    $ # cd to top of fetchmail source tree
    $ aclocal  # this regenerates aclocal.m4
    $ autoconf # this regenerates configure

or where it it documented?

Here is the relevant section from the Autobook:

    http://sources.redhat.com/autobook/autobook/autobook_277.html#SEC277

Jason