| |
|
| if [ "$GFORTH"xx = "xx" ]; |
if [ "$GFORTH"xx = "xx" ]; |
| then |
then |
| |
rm -f gforth |
| GFORTH=`which gforth` |
GFORTH=`which gforth` |
| if [ "$GFORTH"xx = "xx" ]; then |
if [ "$GFORTH"xx = "xx" ]; then |
| echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)' |
echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)' |
| exit 1 |
exit 1 |
| fi |
fi |
| |
GFORTH="$GFORTH -m4M" |
| fi |
fi |
| |
|
| # makes a aclocal.m4 which includes the automake macros for autconf |
# makes a aclocal.m4 which includes the automake macros for autconf |
| # 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. |
| |
|
| |
#a local gforth.fi probably does not work with $GFORTH |
| |
rm gforth.fi |
| |
|
| echo xz |
echo xz |
| if [ "$GFORTH"xx != "xx" ] |
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" FORTHP="$GFORTH" gforth |
| echo Running: make BUILDFORTH="$GFORTH" all... |
echo Running: make BUILDFORTH="$GFORTH" all... |
| make BUILDFORTH="$GFORTH" all |
make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all |
| fi |
fi |