From a56fb6dc5e02766eefe9a794a33b8d2b6082b6ed Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 5 Jan 2017 15:46:11 -0500 Subject: Squashed 'tclzvfs/' changes from de869a2..e66efab e66efab add tclzvfsConfig.sh git-subtree-dir: tclzvfs git-subtree-split: e66efab72c426121ba9d649862c647432138686f --- tclzvfsConfig.sh.in | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 tclzvfsConfig.sh.in 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@' -- cgit v0.12