automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to install "config.h"


From: Ossama Othman
Subject: Re: How to install "config.h"
Date: Thu, 26 Oct 2000 12:23:19 -0700
User-agent: Mutt/1.2.5i

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 <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]