autoconf
[Top][All Lists]
Advanced

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

Re: how to prefix definitions in config.h


From: Russ Allbery
Subject: Re: how to prefix definitions in config.h
Date: Tue, 19 Feb 2002 17:55:58 -0800
User-agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp, sparc-sun-solaris2.6)

Clinton Roy <address@hidden> writes:
> Guido Draheim <address@hidden> writes:

>> ... the other problem is that the prefixing is not done during
>> reconfig, and in fact, the items in my ac-macro should be appended to
>> the config.status file, which I didn't bother to do so far, and I
>> didn't have enough time to figure it out.

> I think this is now the crux of the problem - how to get a command to be
> run by config.status every time config.h is generated - as we could use
> your prefixing code, my sed script, or Russ's awk script, depending on
> how we want to solve the installability problem.

I just let make handle this.  It knows about dependencies and running
scripts, so as long as something important depends on the generated header
file, it will take care of making sure it's generated.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

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