From: Jochen Topf Date: Tue, 13 May 2014 17:17:15 +0000 (+0100) Subject: Install m4 for upcoming taginfo release X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f66c502f7256ad38c308f8276542b6978a2545a6 Install m4 for upcoming taginfo release --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 80a196d06..fcbbe05af 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -37,6 +37,7 @@ package "g++" package "sqlite3" package "osmosis" package "curl" +package "m4" package "subversion" package "ruby"