Dirk wrote:
but how do i include this precious information into the compile process.. dont tell me #include "config.log" or i'll unsubscribe at once!!!You should include "config.h". You generate config.h by including a line AC_CONFIG_HEADER(config.h) in your configure.ac, and by running autoheader to make a config.h.in for the ./configure script to process.
All of this is, of course, describe in the autoconf manual.
Cordially,
Steven G. Johnson
