autoconf
[Top][All Lists]
Advanced

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

Re: is this a good way to use AC_CHECK_HEADERS


From: Bob Friesenhahn
Subject: Re: is this a good way to use AC_CHECK_HEADERS
Date: Fri, 3 Jun 2005 14:58:25 -0500 (CDT)

On Fri, 3 Jun 2005, Ed Hartnett wrote:

I have to append -I${with_hdf5}/include to the CPPFLAGS. Is this the
usual way to do such a thing?

Or is there a better way?

Another way is to define a new variable "HDF5INCLUDES" and export for substitution so it may be substituted in the Makefile. The substitution on the Makefile may be used to pass it to a CPPFLAGS definition.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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