From 6d42af7e564660043667d973ddf2cb5a0ddac0cd Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 7 Mar 2011 18:17:59 +0000 Subject: [PATCH] * convince bison to use m4 without path --- sys-devel/bison/bison-2.4.3.bep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/bison/bison-2.4.3.bep b/sys-devel/bison/bison-2.4.3.bep index 5630e1a92..b5c671042 100644 --- a/sys-devel/bison/bison-2.4.3.bep +++ b/sys-devel/bison/bison-2.4.3.bep @@ -8,7 +8,7 @@ DEPEND="" BUILD { cd bison-2.4.3 prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/bison-2.4.3 - ./configure --prefix=$prefix \ + M4="m4" ./configure --prefix=$prefix \ --datarootdir=$prefix/data \ --sbindir=$prefix/bin \ --includedir=$prefix/develop/headers \