--- gforth/configure.in 1998/06/04 16:17:38 1.34 +++ gforth/configure.in 1998/07/28 12:29:37 1.36 @@ -204,6 +204,7 @@ case "$host_cpu" in ;; power*) machine=power + AC_CHECK_FUNC(_sync_cache_range,true,LIBOBJS="$LIBOBJS ../arch/power/_sync_cache_range.o") ;; *) echo "No direct threading support for $host_cpu, using indirect threading." @@ -285,5 +286,5 @@ AC_SUBST(machine) dnl AC_LINK_FILES(arch/$machine,arch/machine) #no longer needed AC_OUTPUT([ Makefile -engine/Makefile ],echo timestamp > stamp-h) - +engine/Makefile +doc/version.texi ],echo timestamp > stamp-h)