$OpenBSD: patch-admin_cvs_sh,v 1.3 2006/08/02 10:00:49 espie Exp $
--- admin/cvs.sh.orig	Tue May 16 22:09:01 2006
+++ admin/cvs.sh	Wed Aug  2 01:50:07 2006
@@ -633,7 +633,11 @@ fi
 
 # Call script to find autoconf and friends.  Uses eval since the script outputs
 # sh-compatible code.
-eval `$admindir/detect-autoconf.pl`
+#eval `$admindir/detect-autoconf.pl`
+AUTOCONF=autoconf
+AUTOHEADER=autoheader
+AUTOM4TE=autom4te-2.59
+ACLOCAL=aclocal
 
 ###
 ### Main
