Re: [ANNOUNCE] 1.5.20 released
On Monday, 15 June 2009 at 09:25, bill lam wrote:
> On Sun, 14 Jun 2009, Brendan Cully wrote:
> > Silly autoconf. Try:
> > autoreconf -i
> > ./config.status --recheck
> > ./config.status
>
> I tried
>
> $ autoconf -i ./config.status
> /usr/bin/m4:aclocal.m4:917: cannot open `m4/libgnutls.m4': No such file or
> directory
> autom4te: /usr/bin/m4 failed with exit status: 1
>
> $ ls m4
> codeset.m4 funcdecl.m4 gettext.m4 gpgme.m4 iconv.m4 Makefile.am
> README
> curslib.m4 funcs.m4 glibc21.m4 gssapi.m4 lcmessage.m4 progtest.m4
> types.m4
>
> Apparently that libgnutls.m4 is not inside hg repository. Where can I get
> that file?
Those were on separate lines because they were meant to be separate
commands, issued one after the other.
$ autoreconf -i
$ ./config.status --recheck
$ ./config.status
libgnutls.m4 has been deliberately removed, but the build system needs
to be hit on the head to figure that out. That's what the steps above
do.