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

17 lines
429 B
Plaintext
Raw Normal View History

2006-12-18 14:52:44 -05:00
$OpenBSD: patch-admin_cvs_sh,v 1.3 2006/12/18 19:52:44 espie Exp $
2005-06-02 10:01:25 -04:00
--- admin/cvs.sh.orig Mon May 23 14:00:13 2005
+++ admin/cvs.sh Tue May 31 12:26:38 2005
@@ -634,8 +634,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
2006-12-18 14:52:44 -05:00
+AUTOM4TE=autom4te-${AUTOCONF_VERSION:-2.59}
+ACLOCAL=aclocal
###
### Main