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

avoid double autoreconf invocation

parent 6493c21a
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ Builder = Struct.new(:host,:hostname,:username,:compiler,:targetDir,:configureCa
: @userConfig["remoteUser"]),
cc,
[config["dir"],cc,getBranchName].join(File::SEPARATOR),
"autoreconf -v -i ; ./config/default CC=#{cc}",
"./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