diff options
| author | sebres <sebres@users.sourceforge.net> | 2019-09-02 13:49:56 (GMT) |
|---|---|---|
| committer | sebres <sebres@users.sourceforge.net> | 2019-09-02 13:49:56 (GMT) |
| commit | 6ca9bef06dc59c373c3f6e6630ac716945ee0bbf (patch) | |
| tree | 1553374d814622efac5be6bb758450243161318d /unix | |
| parent | 2bfd0ac419cf53496ab8ab6545c83626f9b6879c (diff) | |
| parent | dfb98f070561139ccf2d88b30fb134de3c3fcac4 (diff) | |
| download | tcl-6ca9bef06dc59c373c3f6e6630ac716945ee0bbf.zip tcl-6ca9bef06dc59c373c3f6e6630ac716945ee0bbf.tar.gz tcl-6ca9bef06dc59c373c3f6e6630ac716945ee0bbf.tar.bz2 | |
merge 8.6
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 b3f0842..25f034e 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 159a21b..ae5f7d8 100755 --- a/unix/configure +++ b/unix/configure @@ -18161,7 +18161,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 |
