Index: apps/build.tcl =================================================================== diff -u -r6803f779e53eabc360885a33df598b95aaea407c -ra16d90ccf60c21751766e6eda326b7e8fa8bc808 --- apps/build.tcl (.../build.tcl) (revision 6803f779e53eabc360885a33df598b95aaea407c) +++ apps/build.tcl (.../build.tcl) (revision a16d90ccf60c21751766e6eda326b7e8fa8bc808) @@ -58,10 +58,10 @@ cd $BUILDDIR # puts BUILDDIR=$BUILDDIR,PWD=[pwd],INSTALLDIR=$INSTALLDIR - # exec >@stdout 2>@stderr bash -lc "./configure --with-tcl=$tclDir" - exec >@stdout 2>@stderr bash -lc "./configure --prefix=$INSTALLDIR --exec-prefix=$INSTALLDIR --with-tcl=$tclDir" + exec >@stdout 2>@stderr bash -lc "./configure --with-tcl=$tclDir" + # exec >@stdout 2>@stderr bash -lc "./configure --prefix=$INSTALLDIR --exec-prefix=$INSTALLDIR --with-tcl=$tclDir" exec >@stdout 2>@stderr bash -lc "make test" - exec >@stdout 2>@stderr bash -lc "make install" + # exec >@stdout 2>@stderr bash -lc "make install" } nmake-tea { exec >@stdout 2>@stderr nmake -nologo -f makefile.vc TCLDIR=$tclRoot release