automake
[Top][All Lists]
Advanced

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

Public header files


From: Jef Driesen
Subject: Public header files
Date: Mon, 01 Mar 2010 13:33:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9pre) Gecko/20100217 Lightning/1.0pre Shredder/3.0.3pre

Hi,

How do I get information generated by autotools into my public header files? For instance I want to define version numbers somewhere in my configure.ac file, and have the same numbers appear in a public header file without having to modify both files manually? Another example is that my library needs a 64bit integer type for its public api.

Since a config.h header files is not supposed to be public, that's not an option. But how can I do this correctly?

Thanks,

Jef





reply via email to

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