From: Tom Hughes Date: Sat, 17 Jan 2015 12:34:07 +0000 (+0000) Subject: Use autoreconf to build configure as there is no autogen.sh X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e174d8071684cd493b9d3dead6e4595b090d7cb7 Use autoreconf to build configure as there is no autogen.sh --- diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index d569d0f5a..78471e0d7 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -43,7 +43,7 @@ end execute "tilelog-autogen" do action :nothing - command "./autogen.sh" + command "autoreconf -i" cwd tilelog_source_directory user "root" group "root"