openbsd-ports/x11/kde/patches-3.2.3/patch-admin_cvs_sh
2006-12-18 19:52:44 +00:00

17 lines
429 B
Plaintext

$OpenBSD: patch-admin_cvs_sh,v 1.3 2006/12/18 19:52:44 espie Exp $
--- admin/cvs.sh.orig Wed Aug 4 14:53:05 2004
+++ admin/cvs.sh Mon Sep 6 01:08:05 2004
@@ -640,8 +640,10 @@ if test -f Makefile.am.in; then
rm -f $makefile_wo
fi
-# Suck in the AUTOCONF detection code
-. $admindir/detect-autoconf.sh
+AUTOCONF=autoconf
+AUTOHEADER=autoheader
+AUTOM4TE=autom4te-${AUTOCONF_VERSION:-2.59}
+ACLOCAL=aclocal
###
### Main