diff options
Diffstat (limited to 'tclzvfs/configure.in')
-rwxr-xr-x | tclzvfs/configure.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tclzvfs/configure.in b/tclzvfs/configure.in index 5a4994e..4b15adb 100755 --- a/tclzvfs/configure.in +++ b/tclzvfs/configure.in @@ -178,9 +178,15 @@ TEA_PROG_TCLSH #TEA_PROG_WISH #-------------------------------------------------------------------- +# These are for tclzvfsConfig.sh +#-------------------------------------------------------------------- + +TEA_EXPORT_CONFIG([tclzvfs]) + +#-------------------------------------------------------------------- # Finally, substitute all of the various values into the Makefile. # You may alternatively have a special pkgIndex.tcl.in or other files # which require substituting th AC variables in. Include these here. #-------------------------------------------------------------------- -AC_OUTPUT([Makefile pkgIndex.tcl]) +AC_OUTPUT([Makefile pkgIndex.tcl tclzvfsConfig.sh]) |