Diff for /gforth/configure.in between versions 1.20 and 1.21

version 1.20, 1996/02/13 11:12:15 version 1.21, 1996/02/19 18:57:25
Line 88  if test $ac_cv_int_type_cell != int; the Line 88  if test $ac_cv_int_type_cell != int; the
         echo "to use Forth;-)"          echo "to use Forth;-)"
 fi  fi
 AC_CHECK_INT_TYPE(2*sizeof(char *),double cell,long long)  AC_CHECK_INT_TYPE(2*sizeof(char *),double cell,long long)
 if test $ac_cv_int_type_double_cell = none; then  if test "$ac_cv_int_type_double_cell" = none; then
         echo "Emulating double-cell arithmetic. This may be slow."          echo "Emulating double-cell arithmetic. This may be slow."
         echo "If you find this unacceptable, ask the GCC maintainers to provide proper"          echo "If you find this unacceptable, ask the GCC maintainers to provide proper"
         echo 'long longs for your machine (the GCC manual states that they \"are twice as'          echo 'long longs for your machine (the GCC manual states that they "are twice as'
         echo "long as \`long int\'\")."          echo "long as \`long int'\")."
         LIBOBJS="$LIBOBJS dblsub.o"          LIBOBJS="$LIBOBJS dblsub.o"
         AC_DEFINE(BUGGY_LONG_LONG)          AC_DEFINE(BUGGY_LONG_LONG)
 fi  fi
Line 103  AC_CANONICAL_HOST Line 103  AC_CANONICAL_HOST
 case "$host_cpu" in  case "$host_cpu" in
         hppa*)          hppa*)
                 mach_h=hppa                  mach_h=hppa
                 LIBOBJS="cache.o"                  LIBOBJS="$LIBOBJS cache.o"
                 LDFLAGS="-Xlinker -N"                  LDFLAGS="-Xlinker -N"
                 LIBS="-L/lib/pa1.1/"                  LIBS="-L/lib/pa1.1/"
                 ;;                  ;;

Removed from v.1.20  
changed lines
  Added in v.1.21


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