[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.178 and 1.179

version 1.178, Sun Mar 25 21:30:59 2007 UTC version 1.179, Sat Mar 31 21:43:18 2007 UTC
Line 99 
Line 99 
   engine_fast2=""    engine_fast2=""
   no_dynamic="-DNO_DYNAMIC"    no_dynamic="-DNO_DYNAMIC"
   image_i="image.i"    image_i="image.i"
     signals_o=""
 else  else
   echo "defining hosted system"    echo "defining hosted system"
   EC_MODE="false"    EC_MODE="false"
Line 107 
Line 108 
   engine_fast2="engine-fast2.o"    engine_fast2="engine-fast2.o"
   no_dynamic=""    no_dynamic=""
   image_i=""    image_i=""
     signals_o="signals.o"
 fi  fi
   
 #variables mentioned in INSTALL  #variables mentioned in INSTALL
Line 161 
Line 163 
 AC_SUBST(engine_fast2)  AC_SUBST(engine_fast2)
 AC_SUBST(no_dynamic)  AC_SUBST(no_dynamic)
 AC_SUBST(image_i)  AC_SUBST(image_i)
   AC_SUBST(signals_o)
   
 #this is used to disable some (not generally essential) part of the  #this is used to disable some (not generally essential) part of the
 #Makefile that some makes don't grok.  It would be better to test for  #Makefile that some makes don't grok.  It would be better to test for


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help