diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-13 11:04:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-13 11:04:44 (GMT) |
commit | 51d852e99981583fe62a25ea4e141238f7ed16c2 (patch) | |
tree | b7edfa326fcd273f18f2dc3d9437fb78801d5efc /win/configure | |
parent | 61f3f8291f95e147c2bcda26e7eb02ec7927f5e7 (diff) | |
parent | 8084e168af0746710f165ebb4a157b45dc3b3756 (diff) | |
download | tcl-51d852e99981583fe62a25ea4e141238f7ed16c2.zip tcl-51d852e99981583fe62a25ea4e141238f7ed16c2.tar.gz tcl-51d852e99981583fe62a25ea4e141238f7ed16c2.tar.bz2 |
merge trunk
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/configure b/win/configure index f3bd0d9..6673ecb 100755 --- a/win/configure +++ b/win/configure @@ -1329,6 +1329,11 @@ REGVER=$TCL_REG_MAJOR_VERSION$TCL_REG_MINOR_VERSION PKG_CFG_ARGS=$@ #------------------------------------------------------------------------ +# Empty slate for bundled packages, to avoid stale configuration +#------------------------------------------------------------------------ +rm -Rf pkgs + +#------------------------------------------------------------------------ # Handle the --prefix=... option #------------------------------------------------------------------------ |