diff options
| author | dgp <dgp@users.sourceforge.net> | 2016-06-16 14:48:35 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2016-06-16 14:48:35 (GMT) |
| commit | f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd (patch) | |
| tree | 8b3bcb3adb8bd2eb44bcf16bb091722274e03e9e /unix/tclooConfig.sh | |
| parent | c755ef08151343eb145710489f8c999edbef15ff (diff) | |
| parent | f3a3f7b9e83c84103bed2043d3671d72d300610c (diff) | |
| download | tcl-f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd.zip tcl-f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd.tar.gz tcl-f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd.tar.bz2 | |
Merge up to the 8.6.0 release.
Diffstat (limited to 'unix/tclooConfig.sh')
| -rw-r--r-- | unix/tclooConfig.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh index 86959ac..721825b 100644 --- a/unix/tclooConfig.sh +++ b/unix/tclooConfig.sh @@ -8,8 +8,6 @@ # this all out for themselves. # # The information in this file is specific to a single platform. -# -# RCS: @(#) $Id: tclooConfig.sh,v 1.2 2009/11/27 07:27:53 dkf Exp $ # These are mostly empty because no special steps are ever needed from Tcl 8.6 # onwards; all libraries and include files are just part of Tcl. @@ -17,5 +15,5 @@ TCLOO_LIB_SPEC="" TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" -TCLOO_CFLAGS=-DUSE_TCLOO_STUBS -TCLOO_VERSION=0.6.2 +TCLOO_CFLAGS="" +TCLOO_VERSION=1.0 |
