Re: error: required file 'config.h.in' not found
This often means that you haven't run autoheader, so you might try running that, or running autoreconf (which runs autoheader).
error: required file 'config.h.in' not found
Hi, I cannot seem to find the solution. I'm not the only one: http://osdir.com/ml/freebsd-ports/2012-10/msg00065.html though some hits seem to mention: AUTOMAKE_ARGS = --add-missing in the Makefile.am. Unfortunately, I already had that in my Makefile.am. No joy. Does someone know the m