$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $

--- config/Makefile.in.orig	Tue Nov 24 13:41:41 1998
+++ config/Makefile.in	Tue Nov 24 13:42:08 1998
@@ -47,7 +47,7 @@
 	autoconf
 
 config: configure setup.h.in config.status Configure FORCE
-	@CONFIG_BATCH=n ${SHELL} ./Configure || exit 1
+	@CONFIG_BATCH=y ${SHELL} ./Configure || exit 1
 	@# Allow the use of non-GNU make with 'make config':
 	@cd ../ircd; ${MAKE} Makefile
 	@cd ../doc; ${MAKE} Makefile