diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-10 22:01:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-10 22:01:37 (GMT) |
commit | 8c7e557089e8b305b0ad128e095b446cddf9ecb3 (patch) | |
tree | ec2746543e6f935b523c90c752b6140d6b77adb9 /win/configure | |
parent | a55cf4a7e5aa5b506929c232ed2a3c8402a41852 (diff) | |
parent | 8084e168af0746710f165ebb4a157b45dc3b3756 (diff) | |
download | tcl-8c7e557089e8b305b0ad128e095b446cddf9ecb3.zip tcl-8c7e557089e8b305b0ad128e095b446cddf9ecb3.tar.gz tcl-8c7e557089e8b305b0ad128e095b446cddf9ecb3.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 #------------------------------------------------------------------------ |