[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.209 and 1.210

version 1.209, Wed Jan 16 21:50:55 2008 UTC version 1.210, Wed Jan 16 22:35:38 2008 UTC
Line 600 
Line 600 
 # Find installed Gforth  # Find installed Gforth
 AC_MSG_CHECKING([for gforth])  AC_MSG_CHECKING([for gforth])
 GFORTH="`which gforth 2>/dev/null`"  GFORTH="`which gforth 2>/dev/null`"
 if test ! -z "$GFORTH"; then  GFORTH="$GFORTH -m4M --die-on-signal" ; fi  if test ! -z "$GFORTH"; then  GFORTH="$GFORTH -m4M --die-on-signal -i `gforth --debug -e bye 2>&1 |grep "Opened image file: "|sed 's/Opened image file: //'`" ; fi
 AC_SUBST(GFORTH)  AC_SUBST(GFORTH)
 AC_DEFINE_UNQUOTED(GFORTH,"$GFORTH",[How to invoke gforth])  AC_DEFINE_UNQUOTED(GFORTH,"$GFORTH",[How to invoke gforth])
 AC_MSG_RESULT($GFORTH)  AC_MSG_RESULT($GFORTH)


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help