Subject: pkg/12125: security/sudo should run ${LOCALBASE}/bin/autoconf instead of autoconf
To: None <gnats-bugs@gnats.netbsd.org>
From: Tomasz Luchowski <zuntum@eik.pl>
List: netbsd-bugs
Date: 02/03/2001 10:29:21
>Number:         12125
>Category:       pkg
>Synopsis:       security/sudo should run ${LOCALBASE}/bin/autoconf instead of autoconf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 03 10:32:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        1.5Q
>Organization:
/* [zuntum] zuntum@eik.pl , [WWW] http://zuntum.net */
>Environment:
	
System: NetBSD cappi 1.5.1_ALPHA NetBSD 1.5.1_ALPHA (CAPPI) #0: Sun Jan 28 13:07:55 CET 2001 root@cappi:/usr/src/sys/arch/i386/compile/CAPPI i386


>Description:
	I think that security/sudo should run ${LOCALBASE}/bin/autoconf
	instead of just "autoconf".
	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/sudo/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	2001/01/29 11:34:42	1.29
+++ Makefile	2001/02/03 18:28:51
@@ -48,7 +48,7 @@
 EGDIR=			${PREFIX}/share/examples/sudo
 
 pre-configure:
-	cd ${WRKSRC} && autoconf
+	cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
 
 post-install:
 	${INSTALL_DATA_DIR} ${DOCDIR}
	
>Release-Note:
>Audit-Trail:
>Unformatted: