]> git.openstreetmap.org Git - chef.git/commitdiff
Use autoreconf to build configure as there is no autogen.sh
authorTom Hughes <tom@compton.nu>
Sat, 17 Jan 2015 12:34:07 +0000 (12:34 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 17 Jan 2015 12:34:07 +0000 (12:34 +0000)
cookbooks/tilelog/recipes/default.rb

index d569d0f5a530e994881ef304b019df585c671cda..78471e0d73bacfd6acf160986248e926eb02c775 100644 (file)
@@ -43,7 +43,7 @@ end
 
 execute "tilelog-autogen" do
   action :nothing
 
 execute "tilelog-autogen" do
   action :nothing
-  command "./autogen.sh"
+  command "autoreconf -i"
   cwd tilelog_source_directory
   user "root"
   group "root"
   cwd tilelog_source_directory
   user "root"
   group "root"