autoconf
[Top][All Lists]
Advanced

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

Re: Solving the config.h nightmare ?


From: Bob Friesenhahn
Subject: Re: Solving the config.h nightmare ?
Date: Sun, 23 Apr 2006 13:31:24 -0500 (CDT)

On Sat, 22 Apr 2006, Daniel Reed wrote:

It's almost always a mistake to install generated headers. Distribute an .m4 with your software that [re]performs all of the checks that dependent software will need to make. Install that instead of what is essentially just the cached output of its run (which is what your config.h is, whatever you prefer to call it) so dependent software devlopers can just call OB_PROG_CEYLON in their configure.ac and get their own config.h files (or CPPFLAGS or whatever mechanism they prefer) sanitized.

This is an interesting approach, but dependent software will then be using tests which are possibly out of date as soon as the dependent package is distributed. While possibly solving some problems, the approach creates new ones.

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]