diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-13 21:09:23 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-13 21:09:23 (GMT) |
commit | 6d8b4dea62623800247939c1a3ea1ba671bf928e (patch) | |
tree | e4e9b087541343af5f1813f2da45c404524f358a /tclxml | |
parent | 7a5a3bd38b3547675ac5943e4a5bd2847118c758 (diff) | |
download | blt-6d8b4dea62623800247939c1a3ea1ba671bf928e.zip blt-6d8b4dea62623800247939c1a3ea1ba671bf928e.tar.gz blt-6d8b4dea62623800247939c1a3ea1ba671bf928e.tar.bz2 |
update TEA 3.10
Diffstat (limited to 'tclxml')
-rwxr-xr-x | tclxml/TclxmlConfig.sh.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tclxml/TclxmlConfig.sh.in b/tclxml/TclxmlConfig.sh.in index 4574f7f..5188db3 100755 --- a/tclxml/TclxmlConfig.sh.in +++ b/tclxml/TclxmlConfig.sh.in @@ -26,20 +26,20 @@ tclxml_BUILD_LIB_SPEC='@tclxml_BUILD_LIB_SPEC@' tclxml_LIB_SPEC='@tclxml_LIB_SPEC@' # The name of the tclxml stub library (a .a file): -tclxml_STUB_LIB_FILE=@PKG_STUB_LIB_FILE@ +#tclxml_STUB_LIB_FILE=@PKG_STUB_LIB_FILE@ # String to pass to linker to pick up the tclxml stub library from its # build directory. -tclxml_BUILD_STUB_LIB_SPEC='@tclxml_BUILD_STUB_LIB_SPEC@' +#tclxml_BUILD_STUB_LIB_SPEC='@tclxml_BUILD_STUB_LIB_SPEC@' # String to pass to linker to pick up the tclxml stub library from its # installed directory. -tclxml_STUB_LIB_SPEC='@tclxml_STUB_LIB_SPEC@' +#tclxml_STUB_LIB_SPEC='@tclxml_STUB_LIB_SPEC@' # String to pass to linker to pick up the tclxml stub library from its # build directory. -tclxml_BUILD_STUB_LIB_PATH='@tclxml_BUILD_STUB_LIB_PATH@' +#tclxml_BUILD_STUB_LIB_PATH='@tclxml_BUILD_STUB_LIB_PATH@' # String to pass to linker to pick up the tclxml stub library from its # installed directory. -tclxml_STUB_LIB_PATH='@tclxml_STUB_LIB_PATH@' +#tclxml_STUB_LIB_PATH='@tclxml_STUB_LIB_PATH@' |