--- gforth/configure.in 2000/02/04 14:52:30 1.58 +++ gforth/configure.in 2000/06/06 20:56:41 1.60 @@ -22,7 +22,7 @@ AC_INIT(engine/engine.c) dnl We use some automake macros here, dnl but don't use automake for creating Makefile.in -AM_INIT_AUTOMAKE(gforth,0.4.9-19990617) +AM_INIT_AUTOMAKE(gforth,0.4.9-20000606) #snapshots have numbers major.minor.release-YYYYMMDD #note that lexicographic ordering bust be heeded. #I.e., 0.4.1-YYYYMMDD must not exist before 0.4.1! @@ -212,7 +212,7 @@ case "$host_cpu" in if test "${enable_direct_threaded+set}" = "" \ -a "${enable_indirect_threaded+set}" = "" then - echo "Using direct threaded code on PPro/Pentium II" + echo "Using direct threaded code on Athlon/PPro/Pentium II/Pentium III" AC_DEFINE(DIRECT_THREADED) fi ;;