Mon Dec 22 01:17:51 2008 UTC ()
For systems with no installed m4, USE_TOOLS+=m4 (E.g. Linux)

Fixes configure stage bombing out like so:

checking for m4... no
configure: error: m4 missing
*** Error code 1


(dsainty)
diff -r1.6 -r1.7 pkgsrc/audio/pulseaudio/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/audio/pulseaudio/Makefile (expand / switch to context diff)
--- pkgsrc/audio/pulseaudio/Makefile 2008/12/20 18:23:56 1.6
+++ pkgsrc/audio/pulseaudio/Makefile 2008/12/22 01:17:51 1.7
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/12/20 18:23:56 jmcneill Exp $
+# $NetBSD: Makefile,v 1.7 2008/12/22 01:17:51 dsainty Exp $
 #
 
 DISTNAME=	pulseaudio-0.9.13
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
-USE_TOOLS+=	pkg-config gmake msgfmt intltool perl \
+USE_TOOLS+=	pkg-config gmake m4 msgfmt intltool perl \
 		autoconf automake
 USE_DIRS+=	xdg-1.4