This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: How to install "config.h"
- To: automake at gnu dot org
- Subject: Re: How to install "config.h"
- From: Ossama Othman <ossama at valinor dot ece dot uci dot edu>
- Date: Thu, 26 Oct 2000 12:23:19 -0700
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <39F878CA.DEBBB607@ricardo-us.com>
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 <ossama@ece.uci.edu>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068 70E6 5EB7 5E71 F7A3 94A8