$OpenBSD$ --- config/realconfigure.orig Mon Nov 4 21:30:51 2002 +++ config/realconfigure Mon Nov 4 21:32:20 2002 @@ -220,8 +220,8 @@ cd config # see if we have #defines for this architecture if [ ! -f "arch/${ARCH}" ]; then echo "This architecture ($ARCH) is currently unsupported." - echo "Set it up (y/n)?" - read resp + echo "Setting it up ..." + resp=y if [ "$resp" = "y" ]; then echo | ${CC} -E -dM - > arch/$ARCH if [ $? != 0 ]; then