Closed teh closed 12 years ago
Hey,
I'm getting
[...] configure.ac:6: required file `c6/config.h.in' not found
when running automake. I touched that file but then, predictably, compilation fails with some missing #defines.
Try running autoreconf --install to generate the config files?
autoreconf --install
That will call autoheader for you which is a prereq for automake...
autoheader
Thanks! That worked.
Boom!
Hey,
I'm getting
when running automake. I touched that file but then, predictably, compilation fails with some missing #defines.