Import Tcl 8.5.15 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 14:22:48 -05:00
parent 4b29e0458f
commit 49cac229de
1522 changed files with 665741 additions and 6 deletions

11
macosx/configure.ac Normal file
View File

@@ -0,0 +1,11 @@
#! /bin/bash -norc
dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
dnl Ensure that the config (auto)headers support is used, then just
dnl include the configure sources from ../unix:
m4_include(../unix/aclocal.m4)
m4_define(SC_USE_CONFIG_HEADERS)
m4_include(../unix/configure.in)