diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-09-18 20:44:40 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-09-18 20:44:40 (GMT) |
| commit | 213b1d92a8e4221ed74ab0f006c76090dde3ad5e (patch) | |
| tree | 10716cb0b7311497f806ab7e0674a54bf84aedb2 /unix/configure.in | |
| parent | b010f2f6d941bf70ee1512bcf70c3a4714dcf996 (diff) | |
| parent | 08483415eb549c433b52c30f5b7c5b3166549bbd (diff) | |
| download | tcl-213b1d92a8e4221ed74ab0f006c76090dde3ad5e.zip tcl-213b1d92a8e4221ed74ab0f006c76090dde3ad5e.tar.gz tcl-213b1d92a8e4221ed74ab0f006c76090dde3ad5e.tar.bz2 | |
merge release branch
Diffstat (limited to 'unix/configure.in')
| -rw-r--r-- | unix/configure.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index dc0d543..f4b695d 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="b2" +TCL_PATCH_LEVEL="b3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ @@ -45,7 +45,10 @@ fi #------------------------------------------------------------------------ # Empty slate for bundled packages, to avoid stale configuration #------------------------------------------------------------------------ -rm -Rf pkgs +#rm -Rf pkgs +if test -f Makefile; then + make distclean-packages +fi #------------------------------------------------------------------------ # Handle the --prefix=... option |
