summaryrefslogtreecommitdiffstats
path: root/win/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-08 17:21:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-08 17:21:08 (GMT)
commit6320f60b9b89c71acd271c25137a7f170ada7b3a (patch)
tree5a60df40190b34ddec93a00186e035071a85205a /win/configure.ac
parentfd3894357463f5c97ceadcd08404bee78a5f545b (diff)
parent16578490e25354e6e91563c1da211b9cb1a3151c (diff)
downloadtk-6320f60b9b89c71acd271c25137a7f170ada7b3a.zip
tk-6320f60b9b89c71acd271c25137a7f170ada7b3a.tar.gz
tk-6320f60b9b89c71acd271c25137a7f170ada7b3a.tar.bz2
Merge 8.7
Diffstat (limited to 'win/configure.ac')
-rw-r--r--win/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/win/configure.ac b/win/configure.ac
index 9de0b0b..bdf99c0 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
-AC_INIT
+AC_INIT([tk],[8.7])
AC_CONFIG_SRCDIR([../generic/tk.h])
AC_PREREQ([2.69])
@@ -43,7 +43,6 @@ fi
AC_PROG_CC
AC_C_INLINE
-AC_HEADER_STDC
AC_CHECK_INCLUDES_DEFAULT
AC_CHECK_TOOL(AR, ar)
@@ -151,7 +150,7 @@ SC_PROG_TCLSH
# Zipfs support - Tip 430
#--------------------------------------------------------------------
AC_ARG_ENABLE(zipfs,
- AC_HELP_STRING([--enable-zipfs],
+ AS_HELP_STRING([--enable-zipfs],
[build with Zipfs support (default: on)]),
[tcl_ok=$enableval], [tcl_ok=yes])
if test "$tcl_ok" = "yes" ; then
@@ -349,5 +348,5 @@ AC_CONFIG_FILES([Makefile tkConfig.sh wish.exe.manifest])
AC_OUTPUT
dnl Local Variables:
-dnl mode: autoconf;
+dnl mode: autoconf
dnl End: