diff options
-rwxr-xr-x | tclzvfs/tclzvfsConfig.sh.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/tclzvfs/tclzvfsConfig.sh.in b/tclzvfs/tclzvfsConfig.sh.in new file mode 100755 index 0000000..554125a --- /dev/null +++ b/tclzvfs/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@' |