From: Zoran V. <zv...@ar...> - 2005-10-22 13:38:36
|
Am 22.10.2005 um 15:20 schrieb Stephen Deasey: > > How about this: > > Rename nsconfig.h -> config.h and don't install it. > Include it explicitly where it's needed, not via ns.h. > Create nsversion.h to hold version info, install it. Yes. This stops the blues. > > This would mean that the results of configuration probing are not > available to modules, but I'd like to move towards having modules run > their own configure scripts, a bit like TEA. Is anyone depending on > this? Yes. Modules should do somethig similar Tcl modules are doing. This is well-known and (well) tested and understood. This way the module writer may/should/must perform his own specific configure step. Cheers Zoran |