diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 08:28:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 08:28:39 (GMT) |
commit | 7e14ee0b34c8b10709252eaf40b6201681bfb7f4 (patch) | |
tree | c0f2426cb9feafa139f8661500dddef77eb563e6 /unix | |
parent | 6e297fef1f383d6ca3c7bf090b0351ad9f30aabc (diff) | |
download | tcl-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).
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 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 |