summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-22 14:25:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-22 14:25:30 (GMT)
commit4291e4e81539995941c2c954a64f818f570980ba (patch)
treea696525a5e2665414e090b3dd4ac251925cca22b /win/configure.in
parentab4cbd7685f8fa8251241fd55ff6d3650c52faea (diff)
downloadtcl-4291e4e81539995941c2c954a64f818f570980ba.zip
tcl-4291e4e81539995941c2c954a64f818f570980ba.tar.gz
tcl-4291e4e81539995941c2c954a64f818f570980ba.tar.bz2
Update all configure-related stuff to work with autoconf-2.70 too. For now, everything still generated with (modified) autoconf-2.59
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure.in b/win/configure.in
index 95bc7be..78cf422 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -96,7 +96,7 @@ SC_ENABLE_SHARED
AC_MSG_CHECKING([force of 64-bit time_t])
AC_ARG_ENABLE(time64bit,
- AC_HELP_STRING([--enable-time64bit],
+ AS_HELP_STRING([--enable-time64bit],
[force 64-bit time_t for 32-bit build (default: off)]),
[tcl_ok=$enableval], [tcl_ok=no])
AC_MSG_RESULT("$tcl_ok")