William Morris <[email protected]> writes:

> I obtained the latest nettle using git. 
> Running 'configure' on OS-X (10.7.4) fails.
>
>       config.status: error: cannot find input file: config.h.in
>
> Any ideas?

config.h.in is generated from configure.ac. You need to run the
.bootstrap script after you check out the sources from git. Currently,
that script just runs autoconf and autoheader, and it's the latter
program which generates config.h.in.

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to