summaryrefslogtreecommitdiff
path: root/net/ircu/patches/patch-ac
blob: a37aa5ba919077b48106f81930c66e710876ad0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 1998/11/24 20:37:40 tv 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