summaryrefslogtreecommitdiffstats
path: root/tkmacosx/configure.ac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 18:16:42 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 18:16:42 (GMT)
commit8d82ea50ca0f9b8e897339b5e221d6eda8ebc673 (patch)
tree5ffaef1e69d89b7bf3ce23f324a7b82d2ba48f9f /tkmacosx/configure.ac
parentca51b66dce2084cb2c059a8e83ce2a2fde84249a (diff)
downloadblt-8d82ea50ca0f9b8e897339b5e221d6eda8ebc673.zip
blt-8d82ea50ca0f9b8e897339b5e221d6eda8ebc673.tar.gz
blt-8d82ea50ca0f9b8e897339b5e221d6eda8ebc673.tar.bz2
update TEA 3.13
Diffstat (limited to 'tkmacosx/configure.ac')
-rw-r--r--tkmacosx/configure.ac20
1 files changed, 14 insertions, 6 deletions
diff --git a/tkmacosx/configure.ac b/tkmacosx/configure.ac
index abd230e..4c98cf7 100644
--- a/tkmacosx/configure.ac
+++ b/tkmacosx/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([tkmacosx], [1.0])
# as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE.
#--------------------------------------------------------------------
-TEA_INIT([3.10])
+TEA_INIT()
AC_CONFIG_AUX_DIR(tclconfig)
@@ -174,16 +174,24 @@ TEA_PROG_TCLSH
TEA_PROG_WISH
#--------------------------------------------------------------------
-# These are for tkmacosxConfig.sh
+# Setup a *Config.sh.in configuration file.
#--------------------------------------------------------------------
TEA_EXPORT_CONFIG([tkmacosx])
+#AC_SUBST(SAMPLE_VAR)
#--------------------------------------------------------------------
-# 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.
+# Specify files to substitute AC variables in. You may alternatively
+# have a special pkgIndex.tcl.in or other files which require
+# substituting the AC variables in. Include these here.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile pkgIndex.tcl tkmacosxConfig.sh])
+AC_CONFIG_FILES([Makefile pkgIndex.tcl])
+AC_CONFIG_FILES([tkmacosxConfig.sh])
+#--------------------------------------------------------------------
+# Finally, substitute all of the various values into the files
+# specified with AC_CONFIG_FILES.
+#--------------------------------------------------------------------
+
+AC_OUTPUT()