summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:22:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-21 20:22:44 (GMT)
commitb999c5c8e279e5f0166f539caa55c860597b2f7a (patch)
treea0b0464dd096224ab878c730689155baa3cde2ad
parent209a2db1839a0dd1dd15a156f37a6d3c21180645 (diff)
downloadblt-b999c5c8e279e5f0166f539caa55c860597b2f7a.zip
blt-b999c5c8e279e5f0166f539caa55c860597b2f7a.tar.gz
blt-b999c5c8e279e5f0166f539caa55c860597b2f7a.tar.bz2
minor config change
-rw-r--r--tkwin/Makefile.in2
-rwxr-xr-xtkwin/configure1
-rw-r--r--tkwin/configure.ac1
3 files changed, 3 insertions, 1 deletions
diff --git a/tkwin/Makefile.in b/tkwin/Makefile.in
index 50c8b82..91be23b 100644
--- a/tkwin/Makefile.in
+++ b/tkwin/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 tkwinConfig.sh
+CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl
CLEANFILES = @CLEANFILES@
CPPFLAGS = @CPPFLAGS@
diff --git a/tkwin/configure b/tkwin/configure
index c4de16d..56789fe 100755
--- a/tkwin/configure
+++ b/tkwin/configure
@@ -5758,6 +5758,7 @@ done
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tkwinConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tkwin/configure.ac b/tkwin/configure.ac
index 9ad75a4..f30cda3 100644
--- a/tkwin/configure.ac
+++ b/tkwin/configure.ac
@@ -97,6 +97,7 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
+CLEANFILES="$CLEANFILES tkwinConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: