On Fri, Mar 31, 2000 at 05:13:30PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: 
: Lars> I'd like to make config.status process a file that is both a
: Lars> config header and a config file (do substitutions on both
: Lars> @keyword@ and #undef KEYWORD).  Is there a one-step way of doing
: Lars> that with config.status, or do I have to make a temporary file?
: 
: I'm afraid the latter :)
: 
: Hm, but also note that the HEADERS are processed after the FILES, so
: you might save one config.status call with something like
: 
:         ./config.status --file=out.tmp:output.in  --header=output:out.tmp

This will produce out.tmp in $(builddir), but expect out.tmp to be in
$(srcdir) for the second pass, wouldn't it?  Any hints on what the best
workaround to that small obstacle is?

  Lars J

Reply via email to