Index: configure.in =================================================================== diff -u -ra16cfab111738c0792b602340bb9f86263206a74 -r81c800c8b9cb42ef6743d9b80ac2be5ca211a69a --- configure.in (.../configure.in) (revision a16cfab111738c0792b602340bb9f86263206a74) +++ configure.in (.../configure.in) (revision 81c800c8b9cb42ef6743d9b80ac2be5ca211a69a) @@ -12,7 +12,7 @@ # #-------------------------------------------------------------------- define(XOTclVersion, 2.0.0) -AC_INIT([xotcl], [XOTclVersion]) +AC_INIT([next], [XOTclVersion]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. @@ -91,7 +91,7 @@ AC_SUBST(subdirs) if test "$with_tk" = no; then with_xowish="" ; fi -if test "$with_xotclsh" = yes; then XOTCLSH="xotclsh" ; else XOTCLSH=""; fi +if test "$with_xotclsh" = yes; then XOTCLSH="nextsh" ; else XOTCLSH=""; fi if test "$with_xowish" = yes; then XOWISH="xowish" ; else XOWISH=""; fi @@ -116,7 +116,7 @@ AC_SUBST(XOTCL_MINOR_VERSION) AC_SUBST(XOTCL_RELEASE_LEVEL) -echo "Configuring XOTcl Version $PACKAGE_VERSION" +echo "Configuring next Version $PACKAGE_VERSION" #-------------------------------------------------------------------- # Load the tclConfig.sh file