Diff for /gforth/configure.in between versions 1.232 and 1.233

version 1.232, 2008/07/16 19:59:28 version 1.233, 2008/07/17 15:25:25
Line 624  AC_MSG_CHECKING([for gforth]) Line 624  AC_MSG_CHECKING([for gforth])
 GFORTH="`cd / && which gforth 2>/dev/null`"  GFORTH="`cd / && which gforth 2>/dev/null`"
 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=''
 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)'
 fi  fi
 AC_SUBST(PREFORTH)  AC_SUBST(PREFORTH)
 AC_DEFINE_UNQUOTED(PREFORTH,"$PREFORTH",[How to invoke the pre-installed gforth])  AC_SUBST(kernel_anti_dependence)
 AC_MSG_RESULT($PREFORTH)  AC_MSG_RESULT($PREFORTH)
   
 #echo "machine='$machine'"  #echo "machine='$machine'"

Removed from v.1.232  
changed lines
  Added in v.1.233


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