summaryrefslogtreecommitdiffstats
path: root/tkimg/png/tkimgpngConfig.sh.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 20:17:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 20:17:03 (GMT)
commitb990af64143f88ac04333ea2a4b95cce7fccc10e (patch)
tree702a32d275ad26fe8124707525d2ac46d924861a /tkimg/png/tkimgpngConfig.sh.in
parent54d971086f3a99dd7c9552fbe07f589f43bf439c (diff)
downloadblt-b990af64143f88ac04333ea2a4b95cce7fccc10e.zip
blt-b990af64143f88ac04333ea2a4b95cce7fccc10e.tar.gz
blt-b990af64143f88ac04333ea2a4b95cce7fccc10e.tar.bz2
update tkimg 1.4.9
Diffstat (limited to 'tkimg/png/tkimgpngConfig.sh.in')
-rw-r--r--tkimg/png/tkimgpngConfig.sh.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/tkimg/png/tkimgpngConfig.sh.in b/tkimg/png/tkimgpngConfig.sh.in
new file mode 100644
index 0000000..7d62ca7
--- /dev/null
+++ b/tkimg/png/tkimgpngConfig.sh.in
@@ -0,0 +1,26 @@
+# tkimgpngConfig.sh --
+#
+# This shell script (for sh) is generated automatically by tkimgpng'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 tkimgpng 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.
+
+# tkimgpng's version number.
+tkimgpng_VERSION='@PACKAGE_VERSION@'
+
+# The name of the tkimgpng library (may be either a .a file or a shared library):
+tkimgpng_LIB_FILE=@PKG_LIB_FILE@
+
+# String to pass to linker to pick up the tkimgpng library from its
+# build directory.
+tkimgpng_BUILD_LIB_SPEC='@tkimgpng_BUILD_LIB_SPEC@'
+
+# String to pass to linker to pick up the tkimgpng library from its
+# installed directory.
+tkimgpng_LIB_SPEC='@tkimgpng_LIB_SPEC@'