[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.201 and 1.202

version 1.201, Mon Dec 31 18:40:23 2007 UTC version 1.202, Tue Jan 1 13:39:14 2008 UTC
Line 627 
Line 627 
 AC_DEFINE_UNQUOTED(M4,"$M4",[How to invoke m4])  AC_DEFINE_UNQUOTED(M4,"$M4",[How to invoke m4])
 AC_MSG_RESULT($M4)  AC_MSG_RESULT($M4)
   
   # Find installed Gforth
   AC_MSG_CHECKING([for gforth])
   GFORTH="`which gforth 2>/dev/null`"
   if test ! -z "$GFORTH"; then  GFORTH="$GFORTH -m4M" ; fi
   AC_SUBST(GFORTH)
   AC_DEFINE_UNQUOTED(GFORTH,"$GFORTH",[How to invoke gforth])
   AC_MSG_RESULT($GFORTH)
   
 echo "machine='$machine'"  echo "machine='$machine'"
   
 dnl AC_CHECK_PROG(asm_fs,asm.fs,arch/$machine/asm.fs,,$srcdir/arch/$machine)  dnl AC_CHECK_PROG(asm_fs,asm.fs,arch/$machine/asm.fs,,$srcdir/arch/$machine)


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help