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 | |
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')
-rw-r--r-- | unix/Makefile.in | 1 | ||||
-rwxr-xr-x | unix/configure | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0afd069..c62a31e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -28,6 +28,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 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 |