summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-05 20:46:11 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-05 20:46:11 (GMT)
commita56fb6dc5e02766eefe9a794a33b8d2b6082b6ed (patch)
treeb487b0932bb5e49bd6d37e8633522a1586d46d29
parenta26ef5621ce07d31d905cf4ae2a148b1caaf9ff0 (diff)
downloadblt-a56fb6dc5e02766eefe9a794a33b8d2b6082b6ed.zip
blt-a56fb6dc5e02766eefe9a794a33b8d2b6082b6ed.tar.gz
blt-a56fb6dc5e02766eefe9a794a33b8d2b6082b6ed.tar.bz2
Squashed 'tclzvfs/' changes from de869a2..e66efab
e66efab add tclzvfsConfig.sh git-subtree-dir: tclzvfs git-subtree-split: e66efab72c426121ba9d649862c647432138686f
-rwxr-xr-xtclzvfsConfig.sh.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/tclzvfsConfig.sh.in b/tclzvfsConfig.sh.in
new file mode 100755
index 0000000..554125a
--- /dev/null
+++ b/tclzvfsConfig.sh.in
@@ -0,0 +1,45 @@
+# 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@'