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)
commit3652a90c6949a0e36c5c45bfcd42112615620dd4 (patch)
tree8f1cd1c0ae3d632f63e5921d920e5564fead3b13
parentc87e24d7d3d364992c80da9deafebf674c2b20a5 (diff)
downloadblt-3652a90c6949a0e36c5c45bfcd42112615620dd4.zip
blt-3652a90c6949a0e36c5c45bfcd42112615620dd4.tar.gz
blt-3652a90c6949a0e36c5c45bfcd42112615620dd4.tar.bz2
Squashed 'tclzvfs/' changes from 6a048d4a..0104f6f8
0104f6f8 minor config change 31a58dd9 rm autom4te.cache ref git-subtree-dir: tclzvfs git-subtree-split: 0104f6f84fd0ec3384a8f008f855c29f120d3e85
-rw-r--r--Makefile.in3
-rwxr-xr-xconfigure1
-rw-r--r--configure.ac1
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c80fe77..a1a6915 100644
--- a/Makefile.in
+++ b/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@
@@ -360,7 +360,6 @@ distclean: clean
-rm -f *.tab.c
-rm -f $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log config.status
- -rm -rf autom4te.cache
#========================================================================
# Install binary object libraries. On Windows this includes both .dll and
diff --git a/configure b/configure
index 9873522..ee66e77 100755
--- a/configure
+++ b/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/configure.ac b/configure.ac
index ea9262b..53b8243 100644
--- a/configure.ac
+++ b/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
: