On Thu, 22 Mar 2001, James Henstridge wrote:

> On 21 Mar 2001, Lars Clausen wrote:
> 
> Using this:
>   grep -c 'config.h' `find . -name '*.c'` | grep ':0$'
> I found 67 places not including config.h (looks like Kjartan missed some
> in his patch to move the includes of config.h to the C files rather than
> headers).
> 
> As for whether it should be '#include <config.h>' or '#include
> "config.h"', it looks like the autoconf manual recommends using
> <config.h> together with the -I. compiler flag (node "Configuration
> Headers" in the autoconf info documentation), so I suppose we should be
> using that.

Ok, I'll fix that.

Does that mean that all #includes should use <>?  I can fix that easily as
well. 

-Lars

-- 
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause) | Hårdgrim of Numenor
"I do not agree with a word that you say, but I    | Retainer of Sir Kegg
will defend to the death your right to say it."    |   of Westfield
    --Evelyn Beatrice Hall paraphrasing Voltaire   | Chaos Berserker of Khorne

Reply via email to