Skip to content
Snippets Groups Projects
Commit 6e4b63e6 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

call autoreconf before running config/default

parent 85546bb7
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ Builder = Struct.new(:host,:hostname,:username,:compiler,:targetDir,:configureCa
: @userConfig["remoteUser"]),
cc,
[config["dir"],cc,getBranchName].join(File::SEPARATOR),
"./config/default CC=#{cc}",
"autoreconf -v -i ; ./config/default CC=#{cc}",
config["hostname"] == 'localhost',
"builder on #{config['hostname']}, CC=#{cc}",
config.has_key?("envConfigFiles") ? config["envConfigFiles"] : [])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment