summaryrefslogtreecommitdiffstats
path: root/tkimg/tiff
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/tiff')
-rwxr-xr-xtkimg/tiff/configure.in3
-rw-r--r--tkimg/tiff/tkimgtiffConfig.sh.in26
2 files changed, 28 insertions, 1 deletions
diff --git a/tkimg/tiff/configure.in b/tkimg/tiff/configure.in
index eb77411..59f34f5 100755
--- a/tkimg/tiff/configure.in
+++ b/tkimg/tiff/configure.in
@@ -217,6 +217,7 @@ fi
TEA_PROG_TCLSH
TEA_PROG_WISH
+TEA_EXPORT_CONFIG(tkimgtiff)
#--------------------------------------------------------------------
# Finally, substitute all of the various values into the Makefile.
@@ -224,6 +225,6 @@ TEA_PROG_WISH
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile])
+AC_OUTPUT([Makefile tkimgtiffConfig.sh])
#--------------------------------------------------------------------
diff --git a/tkimg/tiff/tkimgtiffConfig.sh.in b/tkimg/tiff/tkimgtiffConfig.sh.in
new file mode 100644
index 0000000..de85cce
--- /dev/null
+++ b/tkimg/tiff/tkimgtiffConfig.sh.in
@@ -0,0 +1,26 @@
+# tkimgtiffConfig.sh --
+#
+# This shell script (for sh) is generated automatically by tkimgtiff'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 tkimgtiff 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.
+
+# tkimgtiff's version number.
+tkimgtiff_VERSION='@PACKAGE_VERSION@'
+
+# The name of the tkimgtiff library (may be either a .a file or a shared library):
+tkimgtiff_LIB_FILE=@PKG_LIB_FILE@
+
+# String to pass to linker to pick up the tkimgtiff library from its
+# build directory.
+tkimgtiff_BUILD_LIB_SPEC='@tkimgtiff_BUILD_LIB_SPEC@'
+
+# String to pass to linker to pick up the tkimgtiff library from its
+# installed directory.
+tkimgtiff_LIB_SPEC='@tkimgtiff_LIB_SPEC@'