summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-14 17:54:08 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-14 17:54:08 (GMT)
commit1df4340a72eb32da1c55aed0b89c8ccedb4fd178 (patch)
tree07b103edf6a687530b1be2c39aebd0fd8ee25fd4
parent8f9cbbe32d122f17493cfb62eaa99ca1a1066857 (diff)
downloadblt-1df4340a72eb32da1c55aed0b89c8ccedb4fd178.zip
blt-1df4340a72eb32da1c55aed0b89c8ccedb4fd178.tar.gz
blt-1df4340a72eb32da1c55aed0b89c8ccedb4fd178.tar.bz2
Squashed 'tclxml/' changes from c298716d..9671e822
9671e822 fix clean xxConfig.sh issue git-subtree-dir: tclxml git-subtree-split: 9671e822ef89bd9fc7b1218273327da925f94598
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bdb4b98..3b29d57 100755
--- a/configure
+++ b/configure
@@ -5484,7 +5484,7 @@ done
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES include/tclxml/tclxml.h tclxmlConfig.sh"
+CLEANFILES="$CLEANFILES include/tclxml/tclxml.h"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/configure.ac b/configure.ac
index f1faab8..5c3c15f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ TEA_ADD_TCL_SOURCES([tclxml-tcl/xml__tcl.tcl tclxml-tcl/sgml-8.0.tcl tclxml-tcl/
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES include/tclxml/tclxml.h tclxmlConfig.sh"
+CLEANFILES="$CLEANFILES include/tclxml/tclxml.h"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: