--- gforth/autogen.sh 2008/01/01 13:39:13 1.1 +++ gforth/autogen.sh 2008/02/26 09:44:09 1.2 @@ -31,14 +31,8 @@ autoconf && # generate header files like engine/config.h.in autoheader && -echo timestamp >stamp-h.in -# run configure Script - -./configure && +echo timestamp >stamp-h.in && #a local gforth.fi probably does not work with $GFORTH -rm -f gforth.fi && - -echo Running: make bootstrap && -make bootstrap +rm -f gforth.fi \ No newline at end of file