[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.121 and 1.122

version 1.121, Thu May 15 18:43:15 2003 UTC version 1.122, Fri Jul 18 15:12:26 2003 UTC
Line 50 
Line 50 
                    debugging informations.],                     debugging informations.],
 if test "$withval" = "yes"; then DEBUGFLAG=-g; fi)  if test "$withval" = "yes"; then DEBUGFLAG=-g; fi)
   
   AC_ARG_WITH(dynamic,
   [  --with-dynamic         Gforth defaults to dynamic super instructions,
     --without-dynamic       this may cause problems with newer GCCs and global
                             CSE, so if you see troubles, turn it off.],
   if test "$withval" = "no"; then no_dynamic_default=1; fi)
   
 dnl PEEPHOLE="yes"  dnl PEEPHOLE="yes"
 dnl AC_ARG_WITH(peephole,  dnl AC_ARG_WITH(peephole,
 dnl [  --with-peephole  Enable peephole optimization (default)  dnl [  --with-peephole  Enable peephole optimization (default)


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help