X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/71dcc92d4464cce2344e87df8225278a3b3293dc..4d4905c8df1076421d968188464d870ef93254d2:/run_build diff --git a/run_build b/run_build index cc6838b..04c7fee 100755 --- a/run_build +++ b/run_build @@ -1037,7 +1037,7 @@ sub make_test print time_str(),"running make test ...\n" if $verbose; my $tests_range = $EximBuild::conf{range_num_tests} || "1 4"; my @makeout; - @makeout =`(cd $exim/test && autoconf && ./configure && $make )2>&1 `; + @makeout =`(cd $exim/test && ./configure && $make )2>&1 `; my $status = $? >>8; unless($status) { @@ -1195,7 +1195,7 @@ sub configure push @confout, @tmp; # Build the config_opts array to send to the server chomp @tmp; - my @config_opts = grep s/(?:LOOKUP_|EXPERIMENTAL_|USE_)(\S+)=.*/$1/, + my @config_opts = grep s/(?:LOOKUP_|EXPERIMENTAL_|SUPPORT_|USE_)(\S+)=.*/$1/, @tmp; push @config_opts, grep s/^(?:EXIM_)(PERL|PYTHON)=.*/$1/, @tmp;