summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 22:03:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 22:03:53 (GMT)
commita3c8bde133c8b45cb260d20994d845acc133f071 (patch)
treef9b1ad1499676bdd543cf30c9dfbaec02007cf3e /win/configure.in
parent3edf8c2d2a1364716f801d13faa894e4531f7a8a (diff)
downloadtk-a3c8bde133c8b45cb260d20994d845acc133f071.zip
tk-a3c8bde133c8b45cb260d20994d845acc133f071.tar.gz
tk-a3c8bde133c8b45cb260d20994d845acc133f071.tar.bz2
sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/win/configure.in b/win/configure.in
index ff9e2cc..5e73318 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -90,6 +90,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.
@@ -134,13 +141,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