summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:56:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:56:05 (GMT)
commit04473a2879396f275291b83d099e20eb6ad630ae (patch)
tree6efe658a3cbac887d8f7cfadbda32a94ea4665d7
parent7a0569a089e8d77004bca32aa5dff74edded9677 (diff)
parent3652a90c6949a0e36c5c45bfcd42112615620dd4 (diff)
downloadblt-04473a2879396f275291b83d099e20eb6ad630ae.zip
blt-04473a2879396f275291b83d099e20eb6ad630ae.tar.gz
blt-04473a2879396f275291b83d099e20eb6ad630ae.tar.bz2
Merge commit '3652a90c6949a0e36c5c45bfcd42112615620dd4'
-rw-r--r--tclzvfs/Makefile.in2
-rwxr-xr-xtclzvfs/configure1
-rw-r--r--tclzvfs/configure.ac1
3 files changed, 3 insertions, 1 deletions
diff --git a/tclzvfs/Makefile.in b/tclzvfs/Makefile.in
index 70a8eb3..a1a6915 100644
--- a/tclzvfs/Makefile.in
+++ b/tclzvfs/Makefile.in
@@ -158,7 +158,7 @@ PKG_CFLAGS = @PKG_CFLAGS@
DEFS = @DEFS@ $(PKG_CFLAGS)
# Move pkgIndex.tcl to 'BINARIES' var if it is generated in the Makefile
-CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tclzvfsConfig.sh
+CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl
CLEANFILES = @CLEANFILES@
CPPFLAGS = @CPPFLAGS@
diff --git a/tclzvfs/configure b/tclzvfs/configure
index 9873522..ee66e77 100755
--- a/tclzvfs/configure
+++ b/tclzvfs/configure
@@ -5474,6 +5474,7 @@ done
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tclzvfsConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tclzvfs/configure.ac b/tclzvfs/configure.ac
index ea9262b..53b8243 100644
--- a/tclzvfs/configure.ac
+++ b/tclzvfs/configure.ac
@@ -92,6 +92,7 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tclzvfsConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: