Diff for /gforth/configure.in between versions 1.225 and 1.228

version 1.225, 2008/05/04 17:53:29 version 1.228, 2008/07/13 23:44:25
Line 528  else Line 528  else
 fi  fi
   
 if grep -q FORCE_REG arch/$machine/machine.h; then  if grep -q FORCE_REG arch/$machine/machine.h; then
    OPTS=`for i in $OPTS; do echo -n "$i-reg "; done`$OPTS     OPTS2=''
      for i in $OPTS; do OPTS2="$OPTS2 $i-reg"; done
      OPTS="$OPTS2 $OPTS"
 else  else
   AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG])    AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG])
 fi  fi
Line 804  dnl This check is just for making later Line 806  dnl This check is just for making later
 dnl using sin here is no good idea since it is built-into gcc and typechecked  dnl using sin here is no good idea since it is built-into gcc and typechecked
 AC_CHECK_LIB(m,asin)  AC_CHECK_LIB(m,asin)
 AC_CHECK_LIB(ltdl,lt_dlinit)  AC_CHECK_LIB(ltdl,lt_dlinit)
 AC_CHECK_LIB(dl,dlopen)  
 dnl check for libffi 2.x  dnl check for libffi 2.x
 AC_CHECK_LIB(ffi,ffi_call)  AC_CHECK_LIB(ffi,ffi_call)
 if test $ac_cv_lib_ffi_ffi_call = yes  if test $ac_cv_lib_ffi_ffi_call = yes
Line 870  envos.fs Line 871  envos.fs
 preforth  preforth
 engine/Makefile  engine/Makefile
 engine/libcc.h  engine/libcc.h
   libcc.fs
 doc/version.texi  doc/version.texi
 build-ec ])  build-ec ])
 AC_CONFIG_COMMANDS([stamp-h],[[echo timestamp > stamp-h  AC_CONFIG_COMMANDS([stamp-h],[[echo timestamp > stamp-h

Removed from v.1.225  
changed lines
  Added in v.1.228


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