>To be released on April 15th...
>
>I've changed the cron job that creates the snapshots to run daily instead
>of weekly...recommend ppl use CVSup instead of ftp, but that's your
>perogative :)
>
>I won't build a v6.3.1-v6.3.2 patch until April 15th itself...
>
>Try it, test it, break it...this will be the final 'version' until v6.4 is
>ready to be released :)
I've just tried the April 10 snapshot on my FreeBSD box. I'm using the
localized version of Tcl/Tk and I want to let configure detect them.
Please apply following patches to do that.
--
Tatsuo Ishii
t-ishii@sra.co.jp
---------------------------------------------------------------------
*** configure.in~ Fri Apr 10 16:00:37 1998
--- configure.in Fri Apr 10 17:10:21 1998
***************
*** 612,618 ****
dnl Check for Tcl archive
if test "$USE_TCL" = "true"; then
TCL_LIB=
! tcl_libs="tcl8.0 tcl80 tcl7.6 tcl76 tcl"
for tcl_lib in $tcl_libs; do
if test -z "$TCL_LIB"; then
AC_CHECK_LIB($tcl_lib, main, TCL_LIB=$tcl_lib)
--- 612,618 ----
dnl Check for Tcl archive
if test "$USE_TCL" = "true"; then
TCL_LIB=
! tcl_libs="tcl8.0 tcl80 tcl7.6 tcl76 tcl7.6jp tcl76jp tcl"
for tcl_lib in $tcl_libs; do
if test -z "$TCL_LIB"; then
AC_CHECK_LIB($tcl_lib, main, TCL_LIB=$tcl_lib)
***************
*** 667,673 ****
LDFLAGS="$LDFLAGS $X_LIBS"
TK_LIB=
! tk_libs="tk8.0 tk80 tk4.2 tk42 tk"
for tk_lib in $tk_libs; do
if test -z "$TK_LIB"; then
AC_CHECK_LIB($tk_lib, main, TK_LIB=$tk_lib,, $TCL_LIB $X_PRE_LIBS $X_LIBS $X11_LIBS)
--- 667,673 ----
LDFLAGS="$LDFLAGS $X_LIBS"
TK_LIB=
! tk_libs="tk8.0 tk80 tk4.2 tk42 tj4.2jp tk42jp tk"
for tk_lib in $tk_libs; do
if test -z "$TK_LIB"; then
AC_CHECK_LIB($tk_lib, main, TK_LIB=$tk_lib,, $TCL_LIB $X_PRE_LIBS $X_LIBS $X11_LIBS)