--- gforth/configure.in 2008/05/04 18:09:30 1.226 +++ gforth/configure.in 2008/07/13 23:44:25 1.228 @@ -528,7 +528,9 @@ else fi if grep -q FORCE_REG arch/$machine/machine.h; then - OPTS=`for i in $OPTS; do echo -n "$i-reg "; done`$OPTS + OPTS2='' + for i in $OPTS; do OPTS2="$OPTS2 $i-reg"; done + OPTS="$OPTS2 $OPTS" else AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG]) fi @@ -869,6 +871,7 @@ envos.fs preforth engine/Makefile engine/libcc.h +libcc.fs doc/version.texi build-ec ]) AC_CONFIG_COMMANDS([stamp-h],[[echo timestamp > stamp-h