Patrick Welche wrote:
The project was broken due to liberal use of #include "../../config.h".
configure will pop config.h in the builddir, so the source file will
never see ../../config.h.

It is often a good idea to #include <config.h>

see http://www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Headers

Cheers
Peter

--
Peter Johansson

svndigest maintainer, http://dev.thep.lu.se/svndigest
yat maintainer,       http://dev.thep.lu.se/yat



_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to