Hi Robert,
On Thu, Oct 26, 2000 at 01:32:42PM -0500, Robert Boehne wrote:
> I have a massive set of C++ libraries that use
> CVS libtool, autoconf and automake to build and install.
> 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) ?
Doesn't adding `config.h' to your include_HEADERS automake variable
do to the trick? Here's an example:
include_HEADERS = config.h
This above would cause `config.h' to be installed in $prefix/include.
HTH
-Ossama
--
Ossama Othman <[EMAIL PROTECTED]>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068 70E6 5EB7 5E71 F7A3 94A8