summaryrefslogtreecommitdiffstats
path: root/tclsignalConfig.sh.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 19:05:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 19:05:44 (GMT)
commitfe3a889e527a0369c6f7d42675f358815143a502 (patch)
tree75ee3b8feab73d5773e0994fd298288b81a73128 /tclsignalConfig.sh.in
downloadblt-fe3a889e527a0369c6f7d42675f358815143a502.zip
blt-fe3a889e527a0369c6f7d42675f358815143a502.tar.gz
blt-fe3a889e527a0369c6f7d42675f358815143a502.tar.bz2
Squashed 'tclsignal/' content from commit 6189622d
git-subtree-dir: tclsignal git-subtree-split: 6189622d1687dbcdb9c26ab1f1a4003e24a6de87
Diffstat (limited to 'tclsignalConfig.sh.in')
-rwxr-xr-xtclsignalConfig.sh.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/tclsignalConfig.sh.in b/tclsignalConfig.sh.in
new file mode 100755
index 0000000..fdb0014
--- /dev/null
+++ b/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@'