diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 15:26:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 15:26:16 (GMT) |
commit | da4ed550358ff33023ebe52eb325ba906ffebed6 (patch) | |
tree | e2ba3e433a9b0b4129e61fb0c08ceb0d70bc319a /win/configure.in | |
parent | d4d7af1554e5b2c8fddd2de7077202ffd5e83f03 (diff) | |
download | tk-da4ed550358ff33023ebe52eb325ba906ffebed6.zip tk-da4ed550358ff33023ebe52eb325ba906ffebed6.tar.gz tk-da4ed550358ff33023ebe52eb325ba906ffebed6.tar.bz2 |
Sync */tcl.m4 with Tcl
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 3e7fa8d..a58ab8a 100644 --- a/win/configure.in +++ b/win/configure.in @@ -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.59]) @@ -300,5 +300,5 @@ AC_CONFIG_FILES([Makefile tkConfig.sh wish.exe.manifest]) AC_OUTPUT dnl Local Variables: -dnl mode: autoconf; +dnl mode: autoconf dnl End: |