summaryrefslogtreecommitdiffstats
path: root/tclsignal/tclsignalConfig.sh.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-06 20:18:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-06 20:18:30 (GMT)
commit52c61fa01342e8f0b23b9660ac0d7160bda55237 (patch)
tree930311d9f98eea1e37917401fd1e19f9c4248602 /tclsignal/tclsignalConfig.sh.in
parent10a4e9d03606700358b37760ffd4ea6505aa4346 (diff)
downloadblt-52c61fa01342e8f0b23b9660ac0d7160bda55237.zip
blt-52c61fa01342e8f0b23b9660ac0d7160bda55237.tar.gz
blt-52c61fa01342e8f0b23b9660ac0d7160bda55237.tar.bz2
update TEA 3.10
Diffstat (limited to 'tclsignal/tclsignalConfig.sh.in')
-rwxr-xr-xtclsignal/tclsignalConfig.sh.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/tclsignal/tclsignalConfig.sh.in b/tclsignal/tclsignalConfig.sh.in
new file mode 100755
index 0000000..fdb0014
--- /dev/null
+++ b/tclsignal/tclsignalConfig.sh.in
@@ -0,0 +1,45 @@
+# tclsignalConfig.sh --
+#
+# This shell script (for sh) is generated automatically by tclsignal'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 tclsignal 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.
+
+# tclsignal's version number.
+tclsignal_VERSION='@PACKAGE_VERSION@'
+
+# The name of the tclsignal library (may be either a .a file or a shared library):
+tclsignal_LIB_FILE=@PKG_LIB_FILE@
+
+# String to pass to linker to pick up the tclsignal library from its
+# build directory.
+tclsignal_BUILD_LIB_SPEC='@tclsignal_BUILD_LIB_SPEC@'
+
+# String to pass to linker to pick up the tclsignal library from its
+# installed directory.
+tclsignal_LIB_SPEC='@tclsignal_LIB_SPEC@'
+
+# The name of the tclsignal stub library (a .a file):
+#tclsignal_STUB_LIB_FILE=@PKG_STUB_LIB_FILE@
+
+# String to pass to linker to pick up the tclsignal stub library from its
+# build directory.
+#tclsignal_BUILD_STUB_LIB_SPEC='@tclsignal_BUILD_STUB_LIB_SPEC@'
+
+# String to pass to linker to pick up the tclsignal stub library from its
+# installed directory.
+#tclsignal_STUB_LIB_SPEC='@tclsignal_STUB_LIB_SPEC@'
+
+# String to pass to linker to pick up the tclsignal stub library from its
+# build directory.
+#tclsignal_BUILD_STUB_LIB_PATH='@tclsignal_BUILD_STUB_LIB_PATH@'
+
+# String to pass to linker to pick up the tclsignal stub library from its
+# installed directory.
+#tclsignal_STUB_LIB_PATH='@tclsignal_STUB_LIB_PATH@'