Diff for /gforth/configure.in between versions 1.184 and 1.185

version 1.184, 2007/04/22 20:06:25 version 1.185, 2007/04/22 22:04:28
Line 86  dnl   --without-peephole disables peepho Line 86  dnl   --without-peephole disables peepho
 dnl                     but slower images.],  dnl                     but slower images.],
 dnl PEEPHOLE="$withval")  dnl PEEPHOLE="$withval")
   
   GCC_LD="\$(GCC)"
   EC_MODE="false"
   EC=""
   engine2="engine2.o"
   engine_fast2="engine-fast2.o"
   no_dynamic=""
   image_i=""
   signals_o="io.o signals.o"
   
 AC_ARG_WITH(ec,  AC_ARG_WITH(ec,
         AC_HELP_STRING([--with-ec=<arch>],          AC_HELP_STRING([--with-ec=<arch>],
                         [  Build gforth for systems without OS.]),                          [  Build gforth for systems without OS.]),
 [if test "$withval" = "no"; then  [if test "$withval" = "no"; then
   echo "defining hosted system"    echo "defining hosted system"
   EC_MODE="false"  
   EC=""  
   engine2="engine2.o"  
   engine_fast2="engine-fast2.o"  
   no_dynamic=""  
   image_i=""  
   signals_o="io.o signals.o"  
   GCC_LD="\$(GCC)"  
 else  else
   echo "defining standalone system (${withval})"    echo "defining standalone system (${withval})"
   AC_DEFINE(STANDALONE,,[Define if you want a Gforth without OS])    AC_DEFINE(STANDALONE,,[Define if you want a Gforth without OS])

Removed from v.1.184  
changed lines
  Added in v.1.185


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