summaryrefslogtreecommitdiffstats
path: root/tkimg/window/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/window/configure.in')
-rwxr-xr-xtkimg/window/configure.in3
1 files changed, 2 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])
#--------------------------------------------------------------------