--- gforth/configure.in 2008/04/22 15:23:46 1.222 +++ gforth/configure.in 2008/04/30 08:14:15 1.224 @@ -20,7 +20,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.9-20080405],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) +AC_INIT([gforth],[0.6.9-20080430],[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. @@ -549,6 +549,8 @@ fi if grep -q FORCE_REG arch/$machine/machine.h; then OPTS=`for i in $OPTS; do echo -n "$i-reg "; done`$OPTS +else + AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG]) fi AC_SUBST(OPTS) @@ -639,7 +641,7 @@ AC_MSG_RESULT($M4) AC_MSG_CHECKING([for gforth]) GFORTH="`cd / && which gforth 2>/dev/null`" if test -z "$GFORTH"; then - PREFORTH='echo "You need to configure with a gforth in $$PATH to build this part" && false' + PREFORTH='echo "You need to configure with a gforth in \$PATH to build this part" && false' else PREFORTH="$GFORTH -i `cd / && gforth --debug -e bye 2>&1 |grep "Opened image file: "|sed 's/Opened image file: //'`" ; fi @@ -884,6 +886,7 @@ gforthmi vmgen machpc.fs envos.fs +preforth engine/Makefile engine/libcc.h doc/version.texi @@ -892,6 +895,7 @@ AC_CONFIG_COMMANDS([stamp-h],[[echo time chmod +x gforthmi chmod +x vmgen chmod +x build-ec +chmod +x preforth test -d kernel||mkdir kernel $srcdir/mkinstalldirs include/gforth/$PACKAGE_VERSION ln -sf ../../../engine/config.h ../../../engine/libcc.h include/gforth/$PACKAGE_VERSION]],[[PACKAGE_VERSION=$PACKAGE_VERSION]])