"Ben A. Hetland" wrote:
> 
> Lars Clausen wrote:
> >
> > Despite Hans' Changelog entry, there are still many files without config.h
> > included:
[...snip...]
> [ben@chpc204 dia]$ find . -name \*.c | xargs grep '#include
> *["<]config.h[">]' |
>  wc -l
>     142

Ooops, even better:

[ben@chpc204 dia]$ find . -name \*.c | xargs grep 'include
*["<]config.h[">]' |
wc -l
    158

Any higher?

-+-Ben-+-

Reply via email to