Diff for /gforth/autogen.sh between versions 1.1 and 1.4

version 1.1, 2008/01/01 13:39:13 version 1.4, 2008/05/04 17:53:29
Line 31  autoconf && Line 31  autoconf &&
 # generate header files like engine/config.h.in  # generate header files like engine/config.h.in
   
 autoheader &&  autoheader &&
 echo timestamp >stamp-h.in  
   
 # run configure Script  echo timestamp >stamp-h.in &&
   
 ./configure &&  
   
 #a local gforth.fi probably does not work with $GFORTH  #a local gforth.fi probably does not work with $GFORTH
 rm -f gforth.fi &&  rm -f gforth.fi
   
 echo Running: make bootstrap &&  
 make bootstrap  
   

Removed from v.1.1  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>