openbsd-ports/x11/kde/patches-3.5.2/patch-admin_cvs_sh

15 lines
442 B
Plaintext
Raw Normal View History

2006-12-18 14:52:44 -05:00
$OpenBSD: patch-admin_cvs_sh,v 1.2 2006/12/18 19:52:44 espie Exp $
2006-04-01 05:49:17 -05:00
--- admin/cvs.sh.orig Fri Mar 17 22:43:31 2006
+++ admin/cvs.sh Wed Mar 22 17:53:27 2006
@@ -634,6 +634,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
2006-12-18 14:52:44 -05:00
+AUTOM4TE=autom4te-${AUTOCONF_VERSION:-2.59}
2006-04-01 05:49:17 -05:00
+ACLOCAL=aclocal
###
### Main