summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-13 11:04:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-13 11:04:44 (GMT)
commit51d852e99981583fe62a25ea4e141238f7ed16c2 (patch)
treeb7edfa326fcd273f18f2dc3d9437fb78801d5efc /unix
parent61f3f8291f95e147c2bcda26e7eb02ec7927f5e7 (diff)
parent8084e168af0746710f165ebb4a157b45dc3b3756 (diff)
downloadtcl-51d852e99981583fe62a25ea4e141238f7ed16c2.zip
tcl-51d852e99981583fe62a25ea4e141238f7ed16c2.tar.gz
tcl-51d852e99981583fe62a25ea4e141238f7ed16c2.tar.bz2
merge trunk
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
#------------------------------------------------------------------------