diff options
author | dgp <dgp@users.sourceforge.net> | 2019-08-26 16:10:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-08-26 16:10:24 (GMT) |
commit | 278477fcd715af6d961ff506e2a830c4c0cc5752 (patch) | |
tree | aeb4cc8666c2be2f6fe5fa54f31ecac8600e95cf /unix/configure.ac | |
parent | eb64fc3dacd29b2f3eb22b01ed9797103672d4aa (diff) | |
parent | bf62089e129be0a5a41d20eb86b8f73c9829f7a3 (diff) | |
download | tcl-278477fcd715af6d961ff506e2a830c4c0cc5752.zip tcl-278477fcd715af6d961ff506e2a830c4c0cc5752.tar.gz tcl-278477fcd715af6d961ff506e2a830c4c0cc5752.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 815fbf2..1830fd5 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -89,8 +89,8 @@ AC_C_INLINE #-------------------------------------------------------------------- # Supply substitutes for missing POSIX header files. Special notes: -# - stdlib.h doesn't define strtol, strtoul, or -# strtod insome versions of SunOS +# - stdlib.h doesn't define strtol or strtoul in some versions +# of SunOS # - some versions of string.h don't declare procedures such # as strstr # Do this early, otherwise an autoconf bug throws errors on configure @@ -677,7 +677,7 @@ AC_MSG_RESULT([$tcl_ok]) #------------------------------------------------------------------------ # 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. #------------------------------------------------------------------------ AC_MSG_CHECKING([for timezone data]) |