# tclzipfsConfig.sh -- # # This shell script (for sh) is generated automatically by tclzipfs'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 tclzipfs 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. # tclzipfs's version number. tclzipfs_VERSION='@PACKAGE_VERSION@' # The name of the tclzipfs library (may be either a .a file or a shared library): tclzipfs_LIB_FILE=@PKG_LIB_FILE@ # String to pass to linker to pick up the tclzipfs library from its # build directory. tclzipfs_BUILD_LIB_SPEC='@tclzipfs_BUILD_LIB_SPEC@' # String to pass to linker to pick up the tclzipfs library from its # installed directory. tclzipfs_LIB_SPEC='@tclzipfs_LIB_SPEC@' # The name of the tclzipfs stub library (a .a file): #tclzipfs_STUB_LIB_FILE=@PKG_STUB_LIB_FILE@ # String to pass to linker to pick up the tclzipfs stub library from its # build directory. #tclzipfs_BUILD_STUB_LIB_SPEC='@tclzipfs_BUILD_STUB_LIB_SPEC@' # String to pass to linker to pick up the tclzipfs stub library from its # installed directory. #tclzipfs_STUB_LIB_SPEC='@tclzipfs_STUB_LIB_SPEC@' # String to pass to linker to pick up the tclzipfs stub library from its # build directory. #tclzipfs_BUILD_STUB_LIB_PATH='@tclzipfs_BUILD_STUB_LIB_PATH@' # String to pass to linker to pick up the tclzipfs stub library from its # installed directory. #tclzipfs_STUB_LIB_PATH='@tclzipfs_STUB_LIB_PATH@'