summaryrefslogtreecommitdiffstats
path: root/tclzvfs/tclzvfsConfig.sh.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 20:52:53 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 20:52:53 (GMT)
commitfc5fda8eb31d0866908d840b9dc080788cdc90e9 (patch)
tree4285dac195d568c29dd330a3627995fee6d47e71 /tclzvfs/tclzvfsConfig.sh.in
parent490976841053ce71a019ca14422c30091ba6d45e (diff)
downloadblt-fc5fda8eb31d0866908d840b9dc080788cdc90e9.zip
blt-fc5fda8eb31d0866908d840b9dc080788cdc90e9.tar.gz
blt-fc5fda8eb31d0866908d840b9dc080788cdc90e9.tar.bz2
update TEA 3.13
Diffstat (limited to 'tclzvfs/tclzvfsConfig.sh.in')
-rwxr-xr-xtclzvfs/tclzvfsConfig.sh.in45
1 files changed, 0 insertions, 45 deletions
diff --git a/tclzvfs/tclzvfsConfig.sh.in b/tclzvfs/tclzvfsConfig.sh.in
deleted file mode 100755
index 554125a..0000000
--- a/tclzvfs/tclzvfsConfig.sh.in
+++ /dev/null
@@ -1,45 +0,0 @@
-# tclzvfsConfig.sh --
-#
-# This shell script (for sh) is generated automatically by tclzvfs's
-# configure script. It will create shell variables for most of
-# the configuration options discovered by the configure script.
-# This script is intended to be included by the configure scripts
-# for tclzvfs extensions so that they don't have to figure this all
-# out for themselves. This file does not duplicate information
-# already provided by tclConfig.sh, so you may need to use that
-# file in addition to this one.
-#
-# The information in this file is specific to a single platform.
-
-# tclzvfs's version number.
-tclzvfs_VERSION='@PACKAGE_VERSION@'
-
-# The name of the tclzvfs library (may be either a .a file or a shared library):
-tclzvfs_LIB_FILE=@PKG_LIB_FILE@
-
-# String to pass to linker to pick up the tclzvfs library from its
-# build directory.
-tclzvfs_BUILD_LIB_SPEC='@tclzvfs_BUILD_LIB_SPEC@'
-
-# String to pass to linker to pick up the tclzvfs library from its
-# installed directory.
-tclzvfs_LIB_SPEC='@tclzvfs_LIB_SPEC@'
-
-# The name of the tclzvfs stub library (a .a file):
-#tclzvfs_STUB_LIB_FILE=@PKG_STUB_LIB_FILE@
-
-# String to pass to linker to pick up the tclzvfs stub library from its
-# build directory.
-#tclzvfs_BUILD_STUB_LIB_SPEC='@tclzvfs_BUILD_STUB_LIB_SPEC@'
-
-# String to pass to linker to pick up the tclzvfs stub library from its
-# installed directory.
-#tclzvfs_STUB_LIB_SPEC='@tclzvfs_STUB_LIB_SPEC@'
-
-# String to pass to linker to pick up the tclzvfs stub library from its
-# build directory.
-#tclzvfs_BUILD_STUB_LIB_PATH='@tclzvfs_BUILD_STUB_LIB_PATH@'
-
-# String to pass to linker to pick up the tclzvfs stub library from its
-# installed directory.
-#tclzvfs_STUB_LIB_PATH='@tclzvfs_STUB_LIB_PATH@'