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