I don't have the exact command here, but there is an install Tcl (nsconfig.tcl) script which calls configure directly. This script is a little screwed up and you can't pass in all the configure options you (or I want), but the intent was that you do something like:
$ /path/to/my/aolserver/bin/tclsh8.4 ./nsconfig.tcl $ make install This may or may not work very well, but the scripts which don't have a shell command are all correct, and they don't need to be executable. tom jackson On Wednesday 09 April 2008 07:26, Gustaf Neumann wrote: > John Buckman schrieb: > > the utils/*.tcl files in CVS all need: > > > > #!/usr/local/bin/tclsh > > > > prepended at the top. Currently, they don't have this, and thus are > > run as shell scripts. > > hmm, shouldn't this be a "/usr/bin/env tclsh" instead? > > -gustaf > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the > email message. You can leave the Subject: field of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
