diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-10 22:01:37 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-10 22:01:37 (GMT) |
| commit | 307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7 (patch) | |
| tree | ec2746543e6f935b523c90c752b6140d6b77adb9 /unix/configure | |
| parent | 403ffb4d64fe122bdd4c84ea96f53e89b3b64b23 (diff) | |
| parent | 849b8b2b34ad47873dcc4d39009d5e3e3d20d875 (diff) | |
| download | tcl-307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7.zip tcl-307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7.tar.gz tcl-307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 5 |
1 files changed, 5 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 #------------------------------------------------------------------------ |
