On Mon, Mar 1, 2010 at 7:33 AM, Jef Driesen <jefdrie...@hotmail.com> wrote: > 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?
BUILT_SOURCES?