summaryrefslogtreecommitdiffstats
path: root/tkimg/jpeg/tkimgjpegConfig.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/jpeg/tkimgjpegConfig.sh.in')
-rw-r--r--tkimg/jpeg/tkimgjpegConfig.sh.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/tkimg/jpeg/tkimgjpegConfig.sh.in b/tkimg/jpeg/tkimgjpegConfig.sh.in
new file mode 100644
index 0000000..8ef0dee
--- /dev/null
+++ b/tkimg/jpeg/tkimgjpegConfig.sh.in
@@ -0,0 +1,26 @@
+# tkimgjpegConfig.sh --
+#
+# This shell script (for sh) is generated automatically by tkimgjpeg'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 tkimgjpeg 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.
+
+# tkimgjpeg's version number.
+tkimgjpeg_VERSION='@PACKAGE_VERSION@'
+
+# The name of the tkimgjpeg library (may be either a .a file or a shared library):
+tkimgjpeg_LIB_FILE=@PKG_LIB_FILE@
+
+# String to pass to linker to pick up the tkimgjpeg library from its
+# build directory.
+tkimgjpeg_BUILD_LIB_SPEC='@tkimgjpeg_BUILD_LIB_SPEC@'
+
+# String to pass to linker to pick up the tkimgjpeg library from its
+# installed directory.
+tkimgjpeg_LIB_SPEC='@tkimgjpeg_LIB_SPEC@'