diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 11:35:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-02 11:35:12 (GMT) |
commit | dbdb35e20eceb44dfbc8c9ecba30f5fdf75aac4e (patch) | |
tree | 28f593494c36853a5c83efca223436497ea6fdd6 /unix | |
parent | f5daf732027b809b722b7d638388c69589a9dead (diff) | |
parent | 4376455cb3f94b4d49e5dd9a42fc1c4549fc23e5 (diff) | |
download | tcl-dbdb35e20eceb44dfbc8c9ecba30f5fdf75aac4e.zip tcl-dbdb35e20eceb44dfbc8c9ecba30f5fdf75aac4e.tar.gz tcl-dbdb35e20eceb44dfbc8c9ecba30f5fdf75aac4e.tar.bz2 |
Merge 8.7
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 b9739ce..6788bc6 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 e83f47d..d29372e 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 |