Re: Q: Distributing config.h

2001-02-07 Thread Tom Tromey
> "David" == David Petrou <[EMAIL PROTECTED]> writes: David> include_HEADERS = pdl_config.h David> This seems to imply that config.h should _not_ be distributed, David> like I'm doing above. What's wrong with what I'm doing? If David> it's really so bad, how do I get around the problem t

Q: Distributing config.h

2001-02-06 Thread David Petrou
Hi, I'm using automake 1.4 for a library called "pdl". I want to include the generated config.h file in the installed library because it sets crucial defines that are needed by users of the library. I'm doing this by setting the following in my configure.in: AM_CONFIG_HEADER(include/pdl/pdl_c