summaryrefslogtreecommitdiffstats
path: root/macosx/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/configure.ac')
-rw-r--r--macosx/configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx/configure.ac b/macosx/configure.ac
new file mode 100644
index 0000000..6b1e3ac
--- /dev/null
+++ b/macosx/configure.ac
@@ -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.ac)