summaryrefslogtreecommitdiffstats
path: root/tkimg/gif/configure.in
diff options
context:
space:
mode:
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])
#--------------------------------------------------------------------