summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:55:40 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:55:40 (GMT)
commit7a0569a089e8d77004bca32aa5dff74edded9677 (patch)
treeea5f66a81639e471ce46389f3709456e4582852e
parent34587ff49956ef8bea91e4938be7b2c6314a9f29 (diff)
parent2a767479174cfd2b6b5459a31cc3fcd64152bd61 (diff)
downloadblt-7a0569a089e8d77004bca32aa5dff74edded9677.zip
blt-7a0569a089e8d77004bca32aa5dff74edded9677.tar.gz
blt-7a0569a089e8d77004bca32aa5dff74edded9677.tar.bz2
Merge commit '2a767479174cfd2b6b5459a31cc3fcd64152bd61'
-rw-r--r--tkblt/Makefile.in2
-rwxr-xr-xtkblt/configure1
-rw-r--r--tkblt/configure.ac1
3 files changed, 3 insertions, 1 deletions
diff --git a/tkblt/Makefile.in b/tkblt/Makefile.in
index 1bd12d6..8903162 100644
--- a/tkblt/Makefile.in
+++ b/tkblt/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/tkblt/configure b/tkblt/configure
index 45a4576..1ac516e 100755
--- a/tkblt/configure
+++ b/tkblt/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/tkblt/configure.ac b/tkblt/configure.ac
index ea382d0..da04b23 100644
--- a/tkblt/configure.ac
+++ b/tkblt/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
: