# itclConfig.sh ITCL_VERSION='3.4' ITCL_MAJOR_VERSION=3 ITCL_MINOR_VERSION=4 ITCL_RELEASE_LEVEL=1 # The name of the "itcl" library file (may be either a ".a" file or a # shared library): ITCL_LIB_FILE=libitcl3.4.so # String to pass to linker to pick up the Itcl library from its # build directory. ITCL_BUILD_LIB_SPEC= # String to pass to linker to pick up the Itcl library from its # installed directory. ITCL_LIB_SPEC='-L/usr/local/lib -litcl3.4' # The name of the "itcl" stub library file (a ".a" file): ITCL_STUB_LIB_FILE=libitclstub3.4.a # String to pass to linker to pick up the Itcl stub library from its # build directory. ITCL_BUILD_STUB_LIB_SPEC= # String to pass to linker to pick up the Itcl stub library from its # installed directory. ITCL_STUB_LIB_SPEC='-L/usr/local/lib -litclstub3.4' # Location of the top-level source directories from which [incr Tcl] # was built. This is the directory that contains generic, unix, etc. # If [incr Tcl] was compiled in a different place than the directory # containing the source files, this points to the location of the # sources, not the location where [incr Tcl] was compiled. ITCL_SRC_DIR=/tmp