]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
Use autoreconf to build configure as there is no autogen.sh
[chef.git] / cookbooks / tilelog / recipes / default.rb
index d569d0f5a530e994881ef304b019df585c671cda..78471e0d73bacfd6acf160986248e926eb02c775 100644 (file)
@@ -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"