diff options
author | joye <joye> | 2013-12-27 20:18:17 (GMT) |
---|---|---|
committer | joye <joye> | 2013-12-27 20:18:17 (GMT) |
commit | ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6 (patch) | |
tree | 326472a03fac1f614ee2f89cd013a341dfa633c2 /configure.in | |
parent | a167d8c0b3dc074f4a43f95169f51632e7bd6f3a (diff) | |
download | blt-ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6.zip blt-ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6.tar.gz blt-ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 1ba0d53..8cdaa6f 100755 --- a/configure.in +++ b/configure.in @@ -127,7 +127,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl library/bltGraph.pro]) # TEA_ADD_* any platform specific compiler/build info here. #-------------------------------------------------------------------- -CLEANFILES="$CLEANFILES config.status config.log Makefile" +#CLEANFILES="$CLEANFILES pkgIndex.tcl" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : @@ -156,8 +156,6 @@ TEA_PUBLIC_TK_HEADERS TEA_PRIVATE_TK_HEADERS TEA_PATH_X -TEA_ADD_INCLUDES([${XINCLUDES}]) - #-------------------------------------------------------------------- # Check whether --enable-threads or --disable-threads was given. # This auto-enables if Tcl was compiled threaded. @@ -213,7 +211,7 @@ TEA_MAKE_LIB #-------------------------------------------------------------------- TEA_PROG_TCLSH -#TEA_PROG_WISH +TEA_PROG_WISH #-------------------------------------------------------------------- # Finally, substitute all of the various values into the Makefile. |