Diff for /gforth/configure.in between versions 1.56 and 1.59

version 1.56, 1999/08/07 21:40:35 version 1.59, 2000/04/29 21:12:14
Line 27  AM_INIT_AUTOMAKE(gforth,0.4.9-19990617) Line 27  AM_INIT_AUTOMAKE(gforth,0.4.9-19990617)
 #note that lexicographic ordering bust be heeded.  #note that lexicographic ordering bust be heeded.
 #I.e., 0.4.1-YYYYMMDD must not exist before 0.4.1!  #I.e., 0.4.1-YYYYMMDD must not exist before 0.4.1!
 AM_CONFIG_HEADER(engine/config.h)  AM_CONFIG_HEADER(engine/config.h)
 AM_CYGWIN32  #AM_CYGWIN32
   
 AC_ARG_ENABLE(force-reg,  AC_ARG_ENABLE(force-reg,
 [  --enable-force-reg     Use explicit register declarations if they appear in  [  --enable-force-reg     Use explicit register declarations if they appear in
Line 212  case "$host_cpu" in Line 212  case "$host_cpu" in
                 if test "${enable_direct_threaded+set}" = "" \                  if test "${enable_direct_threaded+set}" = "" \
                         -a "${enable_indirect_threaded+set}" = ""                          -a "${enable_indirect_threaded+set}" = ""
                 then                  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)                          AC_DEFINE(DIRECT_THREADED)
                 fi                  fi
                 ;;                  ;;
Line 243  case "$host_cpu" in Line 243  case "$host_cpu" in
                 ;;                  ;;
         alpha*)          alpha*)
                 machine=alpha                  machine=alpha
                   #full IEEE FP support for more uniformity across platforms:
                   CFLAGS="$CFLAGS -mieee"
                 ;;                  ;;
         power*)          power*)
                 machine=power                  machine=power

Removed from v.1.56  
changed lines
  Added in v.1.59


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>