summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:56:24 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:56:24 (GMT)
commit4987f739ac0d1d34af417bf6cb3a5299113ae660 (patch)
tree5945c2b01ab8bdefcc65199dc31c6af383dd1023
parenta7dc79646fd3edf3c100a94e200e9a45a793129b (diff)
downloadblt-4987f739ac0d1d34af417bf6cb3a5299113ae660.zip
blt-4987f739ac0d1d34af417bf6cb3a5299113ae660.tar.gz
blt-4987f739ac0d1d34af417bf6cb3a5299113ae660.tar.bz2
Squashed 'tclsignal/' changes from c3b82b4e..8d98a837
8d98a837 minor config change 180191c9 rm autom4te.cache ref git-subtree-dir: tclsignal git-subtree-split: 8d98a837b059e90df6bc142b06fe986e6690c566
-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 82a36ee..272ab90 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 tclsignalConfig.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 317e76e..af474b5 100755
--- a/configure
+++ b/configure
@@ -5474,6 +5474,7 @@ done
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tclsignalConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/configure.ac b/configure.ac
index 8178d7d..eb7f8a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,7 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tclsignalConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: