summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-02 08:28:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-02 08:28:39 (GMT)
commit7e14ee0b34c8b10709252eaf40b6201681bfb7f4 (patch)
treec0f2426cb9feafa139f8661500dddef77eb563e6
parent6e297fef1f383d6ca3c7bf090b0351ad9f30aabc (diff)
downloadtcl-7e14ee0b34c8b10709252eaf40b6201681bfb7f4.zip
tcl-7e14ee0b34c8b10709252eaf40b6201681bfb7f4.tar.gz
tcl-7e14ee0b34c8b10709252eaf40b6201681bfb7f4.tar.bz2
Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runstatedir@ in Makefile.in, not used yet (except if someone decides to re-generate "configure" with autconf-2.70).
-rwxr-xr-xunix/configure2
-rw-r--r--win/Makefile.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 1e15a25..aedf8ff 100755
--- a/unix/configure
+++ b/unix/configure
@@ -18312,7 +18312,7 @@ echo "${ECHO_T}$tcl_ok" >&6
#------------------------------------------------------------------------
# Check whether the timezone data is supplied by the OS or has
# to be installed by Tcl. The default is autodetection, but can
-# be overriden on the configure command line either way.
+# be overridden on the configure command line either way.
#------------------------------------------------------------------------
echo "$as_me:$LINENO: checking for timezone data" >&5
diff --git a/win/Makefile.in b/win/Makefile.in
index dbe8df2..6f2044f5 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -23,6 +23,7 @@ bindir = @bindir@
libdir = @libdir@
includedir = @includedir@
datarootdir = @datarootdir@
+runstatedir = @runstatedir@
mandir = @mandir@
# The following definition can be set to non-null for special systems like AFS
@@ -163,7 +164,7 @@ MAN2TCL = man2tcl$(EXEEXT)
# (make genstubs, make install) need it to be available on the PATH. This
# executable should *NOT* be required just to do a normal build although
# it can be required to run make dist.
-TCL_EXE = @TCL_EXE@
+TCL_EXE = tclsh
@SET_MAKE@