On 21 Mar 2001, Lars Clausen wrote:
> 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.
Thanks.
>
> Does that mean that all #includes should use <>? I can fix that easily as
> well.
I think that just applies to <config.h> In general though, headers local
to the program use "" and system or other installed headers use <>.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/