diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 20:29:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 20:29:05 (GMT) |
commit | f2067061a65c27001d806ced018ed3d2a34a35de (patch) | |
tree | 1d1b1c43c917856f2045fbcf99e9f459625f2d42 /win/configure.in | |
parent | 675dc433081e21fce5e85d36ad8a28383cc6883a (diff) | |
parent | 5a1c57dc0dca93c9e878f66be5632afe0937784e (diff) | |
download | tk-f2067061a65c27001d806ced018ed3d2a34a35de.zip tk-f2067061a65c27001d806ced018ed3d2a34a35de.tar.gz tk-f2067061a65c27001d806ced018ed3d2a34a35de.tar.bz2 |
disallow colors like xellow
cleanup tkInt.decls
configure changes for cygwin
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/win/configure.in b/win/configure.in index 65f287a..4154945 100644 --- a/win/configure.in +++ b/win/configure.in @@ -75,6 +75,13 @@ SC_ENABLE_THREADS SC_ENABLE_SHARED #-------------------------------------------------------------------- +# Locate and source the tclConfig.sh file. +#-------------------------------------------------------------------- + +SC_PATH_TCLCONFIG($TK_PATCH_LEVEL) +SC_LOAD_TCLCONFIG + +#-------------------------------------------------------------------- # The statements below define a collection of compile flags. This # macro depends on the value of SHARED_BUILD, and should be called # after SC_ENABLE_SHARED checks the configure switches. @@ -125,13 +132,6 @@ TK_DBGX=${DBGX} SC_EMBED_MANIFEST(wish.exe.manifest) -#-------------------------------------------------------------------- -# Locate and source the tclConfig.sh file. -#-------------------------------------------------------------------- - -SC_PATH_TCLCONFIG($TK_PATCH_LEVEL) -SC_LOAD_TCLCONFIG - SC_BUILD_TCLSH SC_PROG_TCLSH |