summaryrefslogtreecommitdiffstats
path: root/tkimg/window/configure.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/window/configure.in
parent54d971086f3a99dd7c9552fbe07f589f43bf439c (diff)
downloadblt-b990af64143f88ac04333ea2a4b95cce7fccc10e.zip
blt-b990af64143f88ac04333ea2a4b95cce7fccc10e.tar.gz
blt-b990af64143f88ac04333ea2a4b95cce7fccc10e.tar.bz2
update tkimg 1.4.9
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])
#--------------------------------------------------------------------