$OpenBSD: patch-configure_py,v 1.1.1.1 2008/01/15 13:25:23 ajacoutot Exp $
--- configure.py.orig	Mon Jan 14 13:53:23 2008
+++ configure.py	Mon Jan 14 13:54:59 2008
@@ -1328,7 +1328,7 @@ def check_license():
 
         while 1:
             try:
-                resp = raw_input("Do you accept the terms of the license? ")
+                resp = "yes"
             except KeyboardInterrupt:
                 raise SystemExit
             except:
