summaryrefslogtreecommitdiffstats
path: root/tkimg/gif/configure.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-26 19:00:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-26 19:00:00 (GMT)
commit5d50da5933a22ccfaad7127835fd45b976a78f4a (patch)
tree471d1aec141104baf9e0f99b2ffe26ee1931e152 /tkimg/gif/configure.in
parent047b676a5066e76508dd14f86f9c6b9986b1b68d (diff)
downloadblt-5d50da5933a22ccfaad7127835fd45b976a78f4a.zip
blt-5d50da5933a22ccfaad7127835fd45b976a78f4a.tar.gz
blt-5d50da5933a22ccfaad7127835fd45b976a78f4a.tar.bz2
add tclConfig.sh support
Diffstat (limited to 'tkimg/gif/configure.in')
-rwxr-xr-xtkimg/gif/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tkimg/gif/configure.in b/tkimg/gif/configure.in
index 22a8088..e29f4c5 100755
--- a/tkimg/gif/configure.in
+++ b/tkimg/gif/configure.in
@@ -187,6 +187,7 @@ fi
TEA_PROG_TCLSH
TEA_PROG_WISH
+TEA_EXPORT_CONFIG(tkimggif)
#--------------------------------------------------------------------
# Finally, substitute all of the various values into the Makefile.
@@ -194,6 +195,6 @@ TEA_PROG_WISH
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile])
+AC_OUTPUT([Makefile tkimggifConfig.sh])
#--------------------------------------------------------------------