Diff for /gforth/configure.in between versions 1.238 and 1.239

version 1.238, 2008/08/13 19:15:43 version 1.239, 2008/08/16 16:54:20
Line 623  AC_MSG_RESULT($M4) Line 623  AC_MSG_RESULT($M4)
 # Find installed Gforth  # Find installed Gforth
 AC_MSG_CHECKING([for gforth])  AC_MSG_CHECKING([for gforth])
 GFORTH="`cd / && which gforth 2>/dev/null`"  GFORTH="`cd / && which gforth 2>/dev/null`"
   $GFORTH -e bye >/dev/null 2>/dev/null || GFORTH=""
 if test -z "$GFORTH"; then  if test -z "$GFORTH"; then
   PREFORTH='echo "You need to configure with a gforth in \$PATH to build this part" && false'    PREFORTH='echo "You need to configure with a gforth in \$PATH to build this part" && false'
   kernel_anti_dependence=''    kernel_anti_dependence=''
 else  else
   PREFORTH="$GFORTH -i `cd / && gforth --debug -e bye 2>&1 |grep "Opened image file: "|sed 's/Opened image file: //'`" ;    PREFORTH="$GFORTH -i `cd / && $GFORTH --debug -e bye 2>&1 |grep "Opened image file: "|sed 's/Opened image file: //'`" ;
   kernel_anti_dependence='$(kernel_fi)'    kernel_anti_dependence='$(kernel_fi)'
 fi  fi
 AC_SUBST(PREFORTH)  AC_SUBST(PREFORTH)

Removed from v.1.238  
changed lines
  Added in v.1.239


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>