diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-11 20:49:07 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-11 20:49:07 (GMT) |
commit | 370f76a25f310bd602b58a57a39ef631a902126b (patch) | |
tree | 515ad3a58f8930955e6d57b8a779a581c893902d /ds9 | |
parent | 036f893f0759b8e26d7af1fdda1383275050f5b6 (diff) | |
download | blt-370f76a25f310bd602b58a57a39ef631a902126b.zip blt-370f76a25f310bd602b58a57a39ef631a902126b.tar.gz blt-370f76a25f310bd602b58a57a39ef631a902126b.tar.bz2 |
update TEA 3.10
Diffstat (limited to 'ds9')
-rw-r--r--[-rwxr-xr-x] | ds9/win/configure.ac (renamed from ds9/win/configure.in) | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/ds9/win/configure.in b/ds9/win/configure.ac index 902d2ed..047e913 100755..100644 --- a/ds9/win/configure.in +++ b/ds9/win/configure.ac @@ -4,7 +4,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. #----------------------------------------------------------------------- -# Sample configure.in for Tcl Extensions. The only places you should +# Sample configure.ac for Tcl Extensions. The only places you should # need to modify this file are marked by the string __CHANGE__ #----------------------------------------------------------------------- @@ -27,7 +27,7 @@ AC_INIT([ds9], [7.6]) # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- -TEA_INIT([3.9]) +TEA_INIT([3.10]) AC_CONFIG_AUX_DIR(../tclconfig) @@ -183,16 +183,6 @@ TEA_CONFIG_CFLAGS TEA_ENABLE_SYMBOLS #-------------------------------------------------------------------- -# Everyone should be linking against the Tcl stub library. If you -# can't for some reason, remove this definition. If you aren't using -# stubs, you also need to modify the SHLIB_LD_LIBS setting below to -# link against the non-stubbed Tcl library. Add Tk too if necessary. -#-------------------------------------------------------------------- - -#AC_DEFINE(USE_TCL_STUBS, 1, [Use Tcl stubs]) -#AC_DEFINE(USE_TK_STUBS, 1, [Use Tk stubs]) - -#-------------------------------------------------------------------- # This macro generates a line to use when building a library. It # depends on values set by the TEA_ENABLE_SHARED, TEA_ENABLE_SYMBOLS, # and TEA_LOAD_TCLCONFIG macros above. |