--- gforth/configure.in 2012/07/23 12:49:06 1.313 +++ gforth/configure.in 2012/10/05 23:48:26 1.315 @@ -20,12 +20,12 @@ 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.7.9-20120723],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) +AC_INIT([gforth],[0.7.9-20120730],[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. #I.e., 0.4.1-YYYYMMDD must not exist before 0.4.1! -UPDATED="July 23, 2012" +UPDATED="July 30, 2012" AC_SUBST(UPDATED) AC_CONFIG_HEADERS(engine/config.h) @@ -1049,6 +1049,8 @@ AC_SUBST(PREFORTH) AC_SUBST(GFORTHKER) AC_SUBST(kernel_anti_dependence) AC_MSG_RESULT($PREFORTH) +AC_DEFINE_UNQUOTED(KERNEL, "$kernel_fi", [The kernel to load in the image]) +AC_DEFINE_UNQUOTED(ARCH, "$machine", [architecture to run on ]) #this breaks bindists #dnl replace srource directory by absolute value