Diff for /gforth/configure.in between versions 1.178 and 1.181

version 1.178, 2007/03/25 21:30:59 version 1.181, 2007/04/01 21:30:26
Line 21  dnl Process this file with autoconf to p Line 21  dnl Process this file with autoconf to p
   
 dnl We use some automake macros here,  dnl We use some automake macros here,
 dnl but don't use automake for creating Makefile.in  dnl but don't use automake for creating Makefile.in
 AC_INIT([gforth],[0.6.2-20060527],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])  AC_INIT([gforth],[0.6.9-20070401],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])
 AC_PREREQ(2.54)  AC_PREREQ(2.54)
 #snapshots have numbers major.minor.release-YYYYMMDD  #snapshots have numbers major.minor.release-YYYYMMDD
 #note that lexicographic ordering must be heeded.  #note that lexicographic ordering must be heeded.
Line 99  if test "$enable_ec" = "yes"; then Line 99  if test "$enable_ec" = "yes"; then
   engine_fast2=""    engine_fast2=""
   no_dynamic="-DNO_DYNAMIC"    no_dynamic="-DNO_DYNAMIC"
   image_i="image.i"    image_i="image.i"
     signals_o=""
 else  else
   echo "defining hosted system"    echo "defining hosted system"
   EC_MODE="false"    EC_MODE="false"
Line 107  else Line 108  else
   engine_fast2="engine-fast2.o"    engine_fast2="engine-fast2.o"
   no_dynamic=""    no_dynamic=""
   image_i=""    image_i=""
     signals_o="signals.o"
 fi  fi
   
 #variables mentioned in INSTALL  #variables mentioned in INSTALL
Line 161  AC_SUBST(engine2) Line 163  AC_SUBST(engine2)
 AC_SUBST(engine_fast2)  AC_SUBST(engine_fast2)
 AC_SUBST(no_dynamic)  AC_SUBST(no_dynamic)
 AC_SUBST(image_i)  AC_SUBST(image_i)
   AC_SUBST(signals_o)
   
 #this is used to disable some (not generally essential) part of the  #this is used to disable some (not generally essential) part of the
 #Makefile that some makes don't grok.  It would be better to test for  #Makefile that some makes don't grok.  It would be better to test for

Removed from v.1.178  
changed lines
  Added in v.1.181


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