![]() ![]() | ![]() |
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 |