summaryrefslogtreecommitdiffstats
path: root/tclsignal/tclsignalConfig.sh.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-03 16:52:10 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-03 16:52:10 (GMT)
commit2fdbadf22c26555d560602932f3063cb5e1d034a (patch)
treef2f5e3de86f5a13bb995e07a28ad7bdf5b320079 /tclsignal/tclsignalConfig.sh.in
parentfa6e0263b87ec0165be0a3a774e0bbdccc069f57 (diff)
parent39b56148245456816b3bd4b9341f4bb498644093 (diff)
downloadblt-2fdbadf22c26555d560602932f3063cb5e1d034a.zip
blt-2fdbadf22c26555d560602932f3063cb5e1d034a.tar.gz
blt-2fdbadf22c26555d560602932f3063cb5e1d034a.tar.bz2
Merge commit '39b56148245456816b3bd4b9341f4bb498644093' as 'tclsignal'
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@'