From e1747e4c56d59fc71d40bb6ab19a9fa0e1a9efeb Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 21 Apr 2017 16:06:22 -0400 Subject: minor config change --- Makefile.in | 2 +- configure | 1 + configure.ac | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1bd12d6..8903162 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 tkbltConfig.sh +CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ diff --git a/configure b/configure index 45a4576..1ac516e 100755 --- a/configure +++ b/configure @@ -5816,6 +5816,7 @@ src/tkbltDecls.h #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkbltConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : diff --git a/configure.ac b/configure.ac index ea382d0..da04b23 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl]) #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkbltConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : -- cgit v0.12