[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: don't try to run autoheader if we don't use it
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] build: don't try to run autoheader if we don't use it |
Date: |
Wed, 9 Sep 2009 20:01:39 +0200 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
* Paolo Bonzini wrote on Wed, Sep 09, 2009 at 09:22:56AM CEST:
> On 09/08/2009 10:25 PM, Jim Meyering wrote:
> >I wanted this change in vc-dwim, since it doesn't use autoheader:
> >I'd rather skip autoheader than add an unnecessary AC_CONFIG_HEADERS.
>
> Although obsolete, please look for AM_CONFIG_HEADER too.
The macro could also be called from another macro, living in aclocal.m4
or another macro file. autoconf supports --trace for half a decade now
to find such things out correctly, and autoreconf even uses that method
(in the correct order of running aclocal first to find the set of
interesting files).
Just a thought. I don't want to disturb fragile grepping of
configure.ac (and yes, I know libtoolize does it too; that doesn't make
it any better).
Cheers,
Ralf