From 4987f739ac0d1d34af417bf6cb3a5299113ae660 Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 21 Apr 2017 16:56:24 -0400 Subject: Squashed 'tclsignal/' changes from c3b82b4e..8d98a837 8d98a837 minor config change 180191c9 rm autom4te.cache ref git-subtree-dir: tclsignal git-subtree-split: 8d98a837b059e90df6bc142b06fe986e6690c566 --- Makefile.in | 3 +-- configure | 1 + configure.ac | 1 + 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 : -- cgit v0.12