summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorandreask <andreask>2012-05-17 21:47:55 (GMT)
committerandreask <andreask>2012-05-17 21:47:55 (GMT)
commit4ebcb961515b7669f17d14bfe72d4eebd98f724f (patch)
tree1d1e5aff3b84beae7a1a01f1002b973777f8cd06 /unix
parenta3a3198dfe08f980f9895d03c2a31a6c302c21dc (diff)
parent6e977b903ee0e35f5b799abe1c8b3c902a5b5cef (diff)
downloadtcl-4ebcb961515b7669f17d14bfe72d4eebd98f724f.zip
tcl-4ebcb961515b7669f17d14bfe72d4eebd98f724f.tar.gz
tcl-4ebcb961515b7669f17d14bfe72d4eebd98f724f.tar.bz2
Brought bugfix branch uptodate with head development.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure5
-rw-r--r--unix/configure.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 8f25c08..1151497 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1353,6 +1353,11 @@ if test -r "$cache_file" -a -f "$cache_file"; then
fi
#------------------------------------------------------------------------
+# Empty slate for bundled packages, to avoid stale configuration
+#------------------------------------------------------------------------
+rm -Rf pkgs
+
+#------------------------------------------------------------------------
# Handle the --prefix=... option
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 066a84f..4fc93dd 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -43,6 +43,11 @@ if test -r "$cache_file" -a -f "$cache_file"; then
fi
#------------------------------------------------------------------------
+# Empty slate for bundled packages, to avoid stale configuration
+#------------------------------------------------------------------------
+rm -Rf pkgs
+
+#------------------------------------------------------------------------
# Handle the --prefix=... option
#------------------------------------------------------------------------