autoconf no longer needed for the build-test stage
authorJeremy Harris <jgh@wizmail.org>
Sun, 8 Jan 2017 17:25:44 +0000 (17:25 +0000)
committerJeremy Harris <jgh@wizmail.org>
Sun, 8 Jan 2017 17:28:45 +0000 (17:28 +0000)
now we ship the "configure" script

run_build

index cc6838ba8369023f02bed093c77c6bd57faf7b21..a476bdbf7c675b8cb408df1486a6a529ac157507 100755 (executable)
--- 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)
     {