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

version 1.7, 2001/05/13 10:54:10 version 1.8, 2001/08/08 14:44:20
Line 30 Line 30
   
 # try to guess a installed gforth  # try to guess a installed gforth
   
 if [ "$GFORTH" == "" ]  if [ "$GFORTH"xx = "xx" ];
 then  then
         GFORTH=`which gforth`          GFORTH=`which gforth`
 fi  fi
Line 47  autoconf Line 47  autoconf
   
 autoheader  autoheader
   
 # run configure script  # run configure sXScript
   
 ./configure $*  ./configure $*
   
 # if you have specified a previous Gforth, you can savely run make now  # if you have specified a previous Gforth, you can savely run make now
 # with FORTHK and FORTHP changed appropriate.  # with FORTHK and FORTHP changed appropriate.
   
 if [ "$GFORTH" != "" ]  echo xz
   if [ "$GFORTH"xx != "xx" ]
 then  then
  echo Running: make BUILDFORTH="$GFORTH" gforth...   echo Running: make BUILDFORTH="$GFORTH" gforth...
  make BUILDFORTH="$GFORTH" gforth   make BUILDFORTH="$GFORTH" gforth

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


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