diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-26 19:00:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-26 19:00:00 (GMT) |
commit | 5d50da5933a22ccfaad7127835fd45b976a78f4a (patch) | |
tree | 471d1aec141104baf9e0f99b2ffe26ee1931e152 /tkimg/tiff/configure.in | |
parent | 047b676a5066e76508dd14f86f9c6b9986b1b68d (diff) | |
download | blt-5d50da5933a22ccfaad7127835fd45b976a78f4a.zip blt-5d50da5933a22ccfaad7127835fd45b976a78f4a.tar.gz blt-5d50da5933a22ccfaad7127835fd45b976a78f4a.tar.bz2 |
add tclConfig.sh support
Diffstat (limited to 'tkimg/tiff/configure.in')
-rwxr-xr-x | tkimg/tiff/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tkimg/tiff/configure.in b/tkimg/tiff/configure.in index ef5fd85..6539892 100755 --- a/tkimg/tiff/configure.in +++ b/tkimg/tiff/configure.in @@ -217,6 +217,7 @@ fi TEA_PROG_TCLSH TEA_PROG_WISH +TEA_EXPORT_CONFIG(tkimgtiff) #-------------------------------------------------------------------- # Finally, substitute all of the various values into the Makefile. @@ -224,6 +225,6 @@ TEA_PROG_WISH # which require substituting th AC variables in. Include these here. #-------------------------------------------------------------------- -AC_OUTPUT([Makefile]) +AC_OUTPUT([Makefile tkimgtiffConfig.sh]) #-------------------------------------------------------------------- |