Index: apps/build.tcl =================================================================== diff -u -r7ecd981f0dbdc3a0bf545b5492b7beb9eae9ba2a -r6803f779e53eabc360885a33df598b95aaea407c --- apps/build.tcl (.../build.tcl) (revision 7ecd981f0dbdc3a0bf545b5492b7beb9eae9ba2a) +++ apps/build.tcl (.../build.tcl) (revision 6803f779e53eabc360885a33df598b95aaea407c) @@ -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