[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.167 and 1.168

version 1.167, Sun Jan 21 17:29:53 2007 UTC version 1.168, Sun Jan 21 23:22:28 2007 UTC
Line 102 
Line 102 
                         [ Build gforth for systems without OS.]),                          [ Build gforth for systems without OS.]),
         ,enable_ec=no)          ,enable_ec=no)
 if test "$enable_ec" = "yes"; then  if test "$enable_ec" = "yes"; then
   AC_DEFINE(HAVE_EC,,[Define if you want a Gforth without OS])    echo "defining standalone system"
     AC_DEFINE(STANDALONE,,[Define if you want a Gforth without OS])
   EC_MODE="true"    EC_MODE="true"
 else  else
     echo "defining hosted system"
   EC_MODE="false"    EC_MODE="false"
 fi  fi
   
Line 150 
Line 152 
   
 AC_SUBST(CC)  AC_SUBST(CC)
 AC_SUBST(DEBUGFLAG)  AC_SUBST(DEBUGFLAG)
 AC_SUBST(HAVE_EC)  
 AC_SUBST(EC_MODE)  AC_SUBST(EC_MODE)
   
 AC_MSG_CHECKING(make type)  AC_MSG_CHECKING(make type)


Generate output suitable for use with a patch program
Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help