| |
|
| # 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 |
| |
|
| 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 |