--- gforth/configure.in 2007/03/25 21:30:59 1.178 +++ gforth/configure.in 2007/04/01 13:31:26 1.180 @@ -21,7 +21,7 @@ dnl Process this file with autoconf to p dnl We use some automake macros here, 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.2-20060709],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_PREREQ(2.54) #snapshots have numbers major.minor.release-YYYYMMDD #note that lexicographic ordering must be heeded. @@ -99,6 +99,7 @@ if test "$enable_ec" = "yes"; then engine_fast2="" no_dynamic="-DNO_DYNAMIC" image_i="image.i" + signals_o="" else echo "defining hosted system" EC_MODE="false" @@ -107,6 +108,7 @@ else engine_fast2="engine-fast2.o" no_dynamic="" image_i="" + signals_o="signals.o" fi #variables mentioned in INSTALL @@ -161,6 +163,7 @@ AC_SUBST(engine2) AC_SUBST(engine_fast2) AC_SUBST(no_dynamic) AC_SUBST(image_i) +AC_SUBST(signals_o) #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