William Morris wrm@hushmail.com 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