diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-23 07:36:49 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-23 07:36:49 (GMT) |
| commit | 7129a50b10269174f1d8f247449abe6df0dc890a (patch) | |
| tree | 318b380f44ba35e3146829f8fc0fe3e1a9edab0b /unix | |
| parent | 02892b17b932610b93bfd08c67d939f522724541 (diff) | |
| download | tcl-7129a50b10269174f1d8f247449abe6df0dc890a.zip tcl-7129a50b10269174f1d8f247449abe6df0dc890a.tar.gz tcl-7129a50b10269174f1d8f247449abe6df0dc890a.tar.bz2 | |
Re-generate configure scripts (with correct autoconf version)
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 57d5081..043da1c 100755 --- a/unix/configure +++ b/unix/configure @@ -2823,6 +2823,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <ctype.h> +#include <stdlib.h> #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
