Index: ChangeLog =================================================================== diff -u -rebd253f47f14822a54b86b379622f6509cbbc4fe -r52b0abb34a3c71511ef678200f151d09e2b1273c --- ChangeLog (.../ChangeLog) (revision ebd253f47f14822a54b86b379622f6509cbbc4fe) +++ ChangeLog (.../ChangeLog) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -1,5 +1,6 @@ 2010-02-09 * provide compatibility with 8.6b1 + * bumped version number to 1.6.6 2009-11-13 * Release of XOTcl 1.6.5 Index: configure =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- configure (.../configure) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ configure (.../configure) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for xotcl 1.6.5. +# Generated by GNU Autoconf 2.61 for xotcl 1.6.6. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -572,8 +572,8 @@ # Identity of this package. PACKAGE_NAME='xotcl' PACKAGE_TARNAME='xotcl' -PACKAGE_VERSION='1.6.5' -PACKAGE_STRING='xotcl 1.6.5' +PACKAGE_VERSION='1.6.6' +PACKAGE_STRING='xotcl 1.6.6' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -1276,7 +1276,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xotcl 1.6.5 to adapt to many kinds of systems. +\`configure' configures xotcl 1.6.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1337,7 +1337,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xotcl 1.6.5:";; + short | recursive ) echo "Configuration of xotcl 1.6.6:";; esac cat <<\_ACEOF @@ -1448,7 +1448,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xotcl configure 1.6.5 +xotcl configure 1.6.6 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1462,7 +1462,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xotcl $as_me 1.6.5, which was +It was created by xotcl $as_me 1.6.6, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2066,7 +2066,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=6 -XOTCL_RELEASE_LEVEL=.5 +XOTCL_RELEASE_LEVEL=.6 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -4186,7 +4186,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -4207,7 +4207,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -6311,7 +6311,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6328,7 +6328,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6345,7 +6345,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* if test $tcl_ok = 0; then @@ -6501,7 +6501,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6518,7 +6518,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* # See also memmove check below for a place where NO_STRING_H can be @@ -8956,7 +8956,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -9012,7 +9012,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -11211,7 +11211,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xotcl $as_me 1.6.5, which was +This file was extended by xotcl $as_me 1.6.6, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11254,7 +11254,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -xotcl config.status 1.6.5 +xotcl config.status 1.6.6 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -12009,3 +12009,5 @@ + + Index: configure.in =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- configure.in (.../configure.in) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ configure.in (.../configure.in) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.6.5) +define(XOTclVersion, 1.6.6) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- @@ -104,7 +104,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=6 -XOTCL_RELEASE_LEVEL=.5 +XOTCL_RELEASE_LEVEL=.6 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -509,3 +509,5 @@ + + Index: library/store/XOTclGdbm/configure =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- library/store/XOTclGdbm/configure (.../configure) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ library/store/XOTclGdbm/configure (.../configure) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -3806,7 +3806,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -3827,7 +3827,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -5931,7 +5931,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5948,7 +5948,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5965,7 +5965,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* if test $tcl_ok = 0; then @@ -6121,7 +6121,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6138,7 +6138,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* # See also memmove check below for a place where NO_STRING_H can be @@ -8610,7 +8610,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -8666,7 +8666,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -11479,3 +11479,5 @@ + + Index: library/store/XOTclGdbm/configure.in =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- library/store/XOTclGdbm/configure.in (.../configure.in) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ library/store/XOTclGdbm/configure.in (.../configure.in) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -299,3 +299,5 @@ + + Index: library/store/XOTclSdbm/configure =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- library/store/XOTclSdbm/configure (.../configure) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ library/store/XOTclSdbm/configure (.../configure) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -3795,7 +3795,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -3816,7 +3816,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -5920,7 +5920,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5937,7 +5937,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5954,7 +5954,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* if test $tcl_ok = 0; then @@ -6110,7 +6110,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6127,7 +6127,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* # See also memmove check below for a place where NO_STRING_H can be @@ -8558,7 +8558,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -8614,7 +8614,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -11426,3 +11426,5 @@ + + Index: library/store/XOTclSdbm/configure.in =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- library/store/XOTclSdbm/configure.in (.../configure.in) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ library/store/XOTclSdbm/configure.in (.../configure.in) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -258,3 +258,5 @@ + + Index: library/xml/TclExpat-1.1/configure =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- library/xml/TclExpat-1.1/configure (.../configure) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ library/xml/TclExpat-1.1/configure (.../configure) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -3795,7 +3795,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -3816,7 +3816,7 @@ else ac_cv_header_stdc=no fi -rm -f conftest* +rm -f -r conftest* fi @@ -5920,7 +5920,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5937,7 +5937,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5954,7 +5954,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* if test $tcl_ok = 0; then @@ -6110,7 +6110,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6127,7 +6127,7 @@ else tcl_ok=0 fi -rm -f conftest* +rm -f -r conftest* # See also memmove check below for a place where NO_STRING_H can be @@ -8598,7 +8598,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -8654,7 +8654,7 @@ else tcl_cv_ld_elf=no fi -rm -f conftest* +rm -f -r conftest* fi { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 @@ -11466,3 +11466,5 @@ + + Index: library/xml/TclExpat-1.1/configure.in =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -263,3 +263,5 @@ + +