Re: [naviserver-devel] tcl.m4 -- ship with source?

2005-03-31 Thread Vlad Seryakov
I am not sure, i have never needed to regenerate configure.in Stephen Deasey wrote: Should tcl.m4 be in cvs? It's needed to regenerate configure.in. --- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutio

[naviserver-devel] tcl.m4 -- ship with source?

2005-03-31 Thread Stephen Deasey
Should tcl.m4 be in cvs? It's needed to regenerate configure.in.

[naviserver-devel] FYI: GNU source code

2005-03-31 Thread Stephen Deasey
I notice that there are two pieces of GPL-only source code in the core server distribution: the option parsing code in nsd/getopt.c, and an emulation of poll(2) using select(2) in nsd/unix.c. I think this means you cannot ship a binary under the MPL license as it contains GPL only code. I'm sure