diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-18 20:12:09 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-18 20:12:09 (GMT) |
commit | 019b08e0548ed35729d38d2d8509bfa5919c2345 (patch) | |
tree | 31b8e398c999379842522ea9460ba43abff7a01a /tclzvfs/tclzvfsConfig.sh.in | |
parent | 4b956449f5b06383831a203134041c4649edff3a (diff) | |
download | blt-019b08e0548ed35729d38d2d8509bfa5919c2345.zip blt-019b08e0548ed35729d38d2d8509bfa5919c2345.tar.gz blt-019b08e0548ed35729d38d2d8509bfa5919c2345.tar.bz2 |
rm tclzvfs
Diffstat (limited to 'tclzvfs/tclzvfsConfig.sh.in')
-rwxr-xr-x | tclzvfs/tclzvfsConfig.sh.in | 45 |
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@' |