c3e047e90b
(samba/cups subpackages to fix library issues)
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
$OpenBSD: patch-admin_cvs_sh,v 1.2 2005/11/29 14:00:13 espie Exp $
|
|
--- admin/cvs.sh.orig Sat Nov 19 10:19:55 2005
|
|
+++ admin/cvs.sh Mon Nov 21 12:00:07 2005
|
|
@@ -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
|
|
+AUTOM4TE=autom4te-2.59
|
|
+ACLOCAL=aclocal
|
|
|
|
###
|
|
### Main
|