summaryrefslogtreecommitdiffstats
path: root/win/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 14:52:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 14:52:35 (GMT)
commit246635d8875b0a53aa82e2de0420fe49d3382781 (patch)
treeb0d7fe77f88d1d50123464fca85c89c406e99d4d /win/configure.ac
parent7ad1face8affc2095340135922399be5ab0d62fa (diff)
parent29b5516f5f0ef1f233d72cd86110e4369eda7c26 (diff)
downloadtcl-246635d8875b0a53aa82e2de0420fe49d3382781.zip
tcl-246635d8875b0a53aa82e2de0420fe49d3382781.tar.gz
tcl-246635d8875b0a53aa82e2de0420fe49d3382781.tar.bz2
Merge 8.7
Diffstat (limited to 'win/configure.ac')
-rw-r--r--win/configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/win/configure.ac b/win/configure.ac
index 9fba6b3..840d576 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -3,7 +3,8 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
-AC_INIT(../generic/tcl.h)
+AC_INIT([tcl],[9.0])
+AC_CONFIG_SRCDIR([../generic/tcl.h])
AC_PREREQ([2.69])
# The following define is needed when building with Cygwin since newer
@@ -466,8 +467,9 @@ AC_SUBST(RC_DEFINE)
AC_SUBST(RC_DEFINES)
AC_SUBST(RES)
-AC_OUTPUT(Makefile tclConfig.sh tclsh.exe.manifest)
+AC_CONFIG_FILES(Makefile tclConfig.sh tclsh.exe.manifest)
+AC_OUTPUT
dnl Local Variables:
-dnl mode: autoconf;
+dnl mode: autoconf
dnl End: