diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-23 15:42:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-23 15:42:01 (GMT) |
commit | d6bbe53dfbca08f807398f7b6fc2c3c16a3d8da8 (patch) | |
tree | 638cc33d0b51ae44dfd21e065afc6f7e68c49c71 /unix | |
parent | 02cf664be126c7c2f7e83f2aa5033b654711ac96 (diff) | |
download | tcl-d6bbe53dfbca08f807398f7b6fc2c3c16a3d8da8.zip tcl-d6bbe53dfbca08f807398f7b6fc2c3c16a3d8da8.tar.gz tcl-d6bbe53dfbca08f807398f7b6fc2c3c16a3d8da8.tar.bz2 |
More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet!
Diffstat (limited to 'unix')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 7c50261..e66fbf0 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -4,7 +4,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. AC_INIT([tcl],[8.5]) -AC_PREREQ(2.59) +AC_PREREQ([2.59]) dnl This is only used when included from macosx/configure.ac m4_ifdef([SC_USE_CONFIG_HEADERS], [ |