summaryrefslogtreecommitdiffstats
path: root/ds9/macos/configure.ac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 19:01:57 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 19:01:57 (GMT)
commitd4a8870788c151eb96eaef922b8037450f04728e (patch)
treeff1fe8139722525c2fd08a4bc8d4c44bba99d763 /ds9/macos/configure.ac
parentf981dff43950eb812a60c72ab01d545ac873be64 (diff)
downloadblt-d4a8870788c151eb96eaef922b8037450f04728e.zip
blt-d4a8870788c151eb96eaef922b8037450f04728e.tar.gz
blt-d4a8870788c151eb96eaef922b8037450f04728e.tar.bz2
update TEA 3.13
Diffstat (limited to 'ds9/macos/configure.ac')
-rw-r--r--ds9/macos/configure.ac27
1 files changed, 21 insertions, 6 deletions
diff --git a/ds9/macos/configure.ac b/ds9/macos/configure.ac
index 279216f..d08f3bd 100644
--- a/ds9/macos/configure.ac
+++ b/ds9/macos/configure.ac
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so that we create the export library with the dll.
#-----------------------------------------------------------------------
-AC_INIT([ds9], [8.0])
+AC_INIT([ds9], [8.1])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
@@ -27,7 +27,7 @@ AC_INIT([ds9], [8.0])
# as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE.
#--------------------------------------------------------------------
-TEA_INIT([3.10])
+TEA_INIT()
AC_CONFIG_AUX_DIR(../tclconfig)
@@ -236,9 +236,24 @@ TEA_PROG_TCLSH
#TEA_PROG_WISH
#--------------------------------------------------------------------
-# 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.
+# Setup a *Config.sh.in configuration file.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile])
+#TEA_EXPORT_CONFIG([sample])
+#AC_SUBST(SAMPLE_VAR)
+
+#--------------------------------------------------------------------
+# 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_CONFIG_FILES([Makefile])
+#AC_CONFIG_FILES([sampleConfig.sh])
+
+#--------------------------------------------------------------------
+# Finally, substitute all of the various values into the files
+# specified with AC_CONFIG_FILES.
+#--------------------------------------------------------------------
+
+AC_OUTPUT()