summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-14 17:31:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-14 17:31:29 (GMT)
commitc00b26c4fd02d7b5ce291d4bfeb7ab2d94006384 (patch)
tree9ba9a22a30304eb8079de50d5f8271c12b3867f2
parent43eac2c4fbe54f105294840bddf04bef5564899e (diff)
downloadblt-c00b26c4fd02d7b5ce291d4bfeb7ab2d94006384.zip
blt-c00b26c4fd02d7b5ce291d4bfeb7ab2d94006384.tar.gz
blt-c00b26c4fd02d7b5ce291d4bfeb7ab2d94006384.tar.bz2
fix clean xxConfig.sh issue
-rwxr-xr-xtkmacosx/configure1
-rw-r--r--tkmacosx/configure.ac1
-rwxr-xr-xtksao/configure1
-rw-r--r--tksao/configure.ac1
-rwxr-xr-xtkwin/configure1
-rw-r--r--tkwin/configure.ac1
6 files changed, 0 insertions, 6 deletions
diff --git a/tkmacosx/configure b/tkmacosx/configure
index 509041e..45b8b8c 100755
--- a/tkmacosx/configure
+++ b/tkmacosx/configure
@@ -5759,7 +5759,6 @@ done
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tkmacosxConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tkmacosx/configure.ac b/tkmacosx/configure.ac
index a25b475..abd230e 100644
--- a/tkmacosx/configure.ac
+++ b/tkmacosx/configure.ac
@@ -98,7 +98,6 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tkmacosxConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tksao/configure b/tksao/configure
index eb42cf1..107116f 100755
--- a/tksao/configure
+++ b/tksao/configure
@@ -6023,7 +6023,6 @@ esac
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tksaoConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tksao/configure.ac b/tksao/configure.ac
index 93799c5..1e5c06d 100644
--- a/tksao/configure.ac
+++ b/tksao/configure.ac
@@ -314,7 +314,6 @@ esac
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tksaoConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
diff --git a/tkwin/configure b/tkwin/configure
index 56789fe..c4de16d 100755
--- a/tkwin/configure
+++ b/tkwin/configure
@@ -5758,7 +5758,6 @@ 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 f30cda3..9ad75a4 100644
--- a/tkwin/configure.ac
+++ b/tkwin/configure.ac
@@ -97,7 +97,6 @@ TEA_ADD_TCL_SOURCES([])
#--------------------------------------------------------------------
#CLEANFILES="$CLEANFILES pkgIndex.tcl"
-CLEANFILES="$CLEANFILES tkwinConfig.sh"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
: