Andre Poenitz wrote: > On Tue, Aug 19, 2003 at 11:37:42PM +0000, Angus Leeming wrote: >> This is wrong, right? > > I have no idea what config.h is good for if I don't need it. But > people kept telling me to include it, so I did. > >> Angus >> >> $ grep config.h `find . -name "*.h"` >> ./LString.h:#error The <config.h> header should always be included >> before LString.h > > Well, following your new rule not to have config.h in headers > wouldn't that mean we can't have LString there as well?
Don't go all hurt on me! I'm merely relaying Jean-Marc's mantra that config.h should be in all .C files and in no .h files. As he is a far more experienced user of the GNU autotools than I, I bow to his greater knowledge. -- Angus