|
From: Andy R. <an...@pl...> - 2006-02-18 17:17:37
|
Mathias Fr=F6lich wrote: > Because that is the way automake is supposed to work. You can > either include all defines autoconf generates in the compilers > commandline, then HAVE_CONFIG_H is not defined or autoconf puts the > defines into config.h and defines HAVE_CONFIG_H ... What's wrong with just stubbing out an empty file for the platforms that don't have it? I'm still with melchior -- having to test a preprocessory symbol every time you include a critically important file is ridiculous, and something that most other automake projects seem to avoid. What are they doing right that we have broken? Andy |