On Oct 26, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:

> Since users then need to have _all_ the header files
> they also need to have the configure generated config.h

> What is the "best" way to coerce Automake into installing
> config.h in $(prefix) ?

If you really want to have it installed, don't call it `config.h', or
at least install it in include/<your-package-name>.  To accomplish
that, use:

pkginclude_HEADERS = config.h ...

And use `#include <your-package-name/config.h>' in all other headers
that include it.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to