From c2fc271b5b8007b4c98f74f8531f05a9c79606a9 Mon Sep 17 00:00:00 2001
From: Killian Lufau <killian.lufau@nexedi.com>
Date: Fri, 29 Mar 2019 11:22:34 +0100
Subject: [PATCH] fixup! bison: add automake as build dependency

fixup for af2475991103f457c5f83eb261f30b5e17d28e22: Put automake
in $PATH instead of creating its own environment variable.
---
 component/bison/buildout.cfg | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/component/bison/buildout.cfg b/component/bison/buildout.cfg
index c2b8f2b47..80c92209a 100644
--- a/component/bison/buildout.cfg
+++ b/component/bison/buildout.cfg
@@ -13,9 +13,8 @@ shared = true
 url = http://ftp.gnu.org/gnu/bison/bison-3.3.2.tar.xz
 md5sum = c9b552dee234b2f6b66e56b27e5234c9
 environment =
-  AUTOMAKE=${automake:location}/bin/automake
   M4=${m4:location}/bin/m4
-  PATH=${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
+  PATH=${automake:location}/bin:${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
 patch-options = -p1
 patches =
   ${:_profile_base_location_}/01_inhibit_example_generation#ee2df22601a56d738939fa760f9dc19b
-- 
2.30.9