summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-23 07:36:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-23 07:36:49 (GMT)
commit7129a50b10269174f1d8f247449abe6df0dc890a (patch)
tree318b380f44ba35e3146829f8fc0fe3e1a9edab0b /unix
parent02892b17b932610b93bfd08c67d939f522724541 (diff)
downloadtcl-7129a50b10269174f1d8f247449abe6df0dc890a.zip
tcl-7129a50b10269174f1d8f247449abe6df0dc890a.tar.gz
tcl-7129a50b10269174f1d8f247449abe6df0dc890a.tar.bz2
Re-generate configure scripts (with correct autoconf version)
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure1
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))