summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rwxr-xr-xconfigure1
-rw-r--r--configure.ac1
3 files changed, 3 insertions, 1 deletions
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
: