On Wed, 21 Mar 2001, Ben A. Hetland wrote:

> 
> "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

bash-2.03$ find . -name \*.c | xargs grep \
           '# *include *["<]config\.h[">]' | wc -l
    161

It's a bloody mess.  Is it supposed to be <config.h> or "config.h"?  And
we're still missing 67 of them.

-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