summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 19:50:34 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 19:50:34 (GMT)
commit06305cc1f8e14272596be1e1572b1d8ccb608aa7 (patch)
tree326afc1b067a3cd6d0886fd1205242721db9d69a /configure.in
parentc805970300d095b4a9ebe390f125c95430d3b80a (diff)
downloadblt-06305cc1f8e14272596be1e1572b1d8ccb608aa7.zip
blt-06305cc1f8e14272596be1e1572b1d8ccb608aa7.tar.gz
blt-06305cc1f8e14272596be1e1572b1d8ccb608aa7.tar.bz2
add Config.sh
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 85a02ed..0d657e2 100755
--- a/configure.in
+++ b/configure.in
@@ -230,9 +230,15 @@ TEA_PROG_TCLSH
TEA_PROG_WISH
#--------------------------------------------------------------------
+# These are for tkbltConfig.sh
+#--------------------------------------------------------------------
+
+TEA_EXPORT_CONFIG([tkblt])
+
+#--------------------------------------------------------------------
# Finally, substitute all of the various values into the Makefile.
# You may alternatively have a special pkgIndex.tcl.in or other files
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile pkgIndex.tcl])
+AC_OUTPUT([Makefile pkgIndex.tcl tkbltConfig.sh])