15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
$OpenBSD: patch-admin_cvs_sh,v 1.4 2006/12/18 19:52:44 espie Exp $
|
|
--- admin/cvs.sh.orig Tue Sep 6 19:30:06 2005
|
|
+++ admin/cvs.sh Tue Oct 17 10:33:59 2006
|
|
@@ -631,6 +631,10 @@ fi
|
|
# Call script to find autoconf and friends. Uses eval since the script outputs
|
|
# sh-compatible code.
|
|
eval `$admindir/detect-autoconf.pl`
|
|
+AUTOCONF=autoconf
|
|
+AUTOHEADER=autoheader
|
|
+AUTOM4TE=autom4te-${AUTOCONF_VERSION:-2.59}
|
|
+ACLOCAL=aclocal
|
|
|
|
###
|
|
### Main
|