Diff for /gforth/BUILD-FROM-SCRATCH between versions 1.8 and 1.9

version 1.8, 2001/08/08 14:44:20 version 1.9, 2002/03/01 13:25:25
Line 33 Line 33
 if [ "$GFORTH"xx = "xx" ];  if [ "$GFORTH"xx = "xx" ];
 then  then
         GFORTH=`which gforth`          GFORTH=`which gforth`
           if [ "$GFORTH"xx = "xx" ]; then
                   echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)'
                   exit 1
           fi
 fi  fi
   
 # makes a aclocal.m4 which includes the automake macros for autconf  # makes a aclocal.m4 which includes the automake macros for autconf

Removed from v.1.8  
changed lines
  Added in v.1.9


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