> Glenn Burkhardt <[EMAIL PROTECTED]> wrote:
> 
> > RC2 is seriously broken.  You should pull a current CVS copy from
> > Savannah.
> 
> I just tried that because I need the sequence fix on mh RH 9 system.
> But I'm not sure of the procedure for building from a CVS copy.
> 
> Configure dies with:
> 
> config.status: creating config.h
> config.status: error: cannot find input file: config.h.in
> 
> I built with:
> 
>   automake
>   ./configure
> 
> 
> Thanks.
> 
> Jeff
> 
>   
> -- 
> Jeffrey C. Honig <[EMAIL PROTECTED]>
> http://www.honig.net/jch
> GnuPG ID:14E29E13 <http://www.honig.net/jch/key.shtml>

Execute 'autoheader' to create the config.h.in file.  So the sequence should 
be:

        autoheader
        autoconf
        configure




_______________________________________________
Nmh-workers mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to