--- gforth/BUILD-FROM-SCRATCH 2008/01/16 21:29:03 1.24 +++ gforth/BUILD-FROM-SCRATCH 2008/01/16 21:50:55 1.25 @@ -30,15 +30,15 @@ # kernel kernel images from the sources as well -if [ "$GFORTH"xx = "xx" ]; -then - rm -f gforth - GFORTH="`which gforth` --die-on-signal" - if [ "$GFORTH"xx = "xx" ]; then - echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)' - exit 1 - fi -fi +#if [ "$GFORTH"xx = "xx" ]; +#then +# rm -f gforth +# GFORTH="`which gforth` --die-on-signal" +# if [ "$GFORTH"xx = "xx" ]; then +# echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)' +# exit 1 +# fi +#fi # makes a aclocal.m4 which includes the automake macros for autconf