autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.log


From: Steven G. Johnson
Subject: Re: config.log
Date: Sun, 17 Nov 2002 18:27:02 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]