From e174d8071684cd493b9d3dead6e4595b090d7cb7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 17 Jan 2015 12:34:07 +0000 Subject: [PATCH] Use autoreconf to build configure as there is no autogen.sh --- cookbooks/tilelog/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2