diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 11:33:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 11:33:06 (GMT) |
commit | 4376455cb3f94b4d49e5dd9a42fc1c4549fc23e5 (patch) | |
tree | f61d62b0ff833c5212f1febddcde3a20e6b8060e /unix/configure | |
parent | e8ff3d4faa9b44290956940f1a09a71066288f47 (diff) | |
download | tcl-4376455cb3f94b4d49e5dd9a42fc1c4549fc23e5.zip tcl-4376455cb3f94b4d49e5dd9a42fc1c4549fc23e5.tar.gz tcl-4376455cb3f94b4d49e5dd9a42fc1c4549fc23e5.tar.bz2 |
Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes.
Add @runstatedir@ to Makefile.in's (not used yet)
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index bf00034..e0df311 100755 --- a/unix/configure +++ b/unix/configure @@ -9823,7 +9823,7 @@ $as_echo "$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. #------------------------------------------------------------------------ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone data" >&5 |