From dd61b78b2a32d4b7eaecd5b6efc99ecad6550999 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Thu, 9 Jun 2016 14:40:48 +0200 Subject: [PATCH] Removed seperate ./configure call ./autogen.sh also calls ./configure by default. A seperate call is not needed. --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7cf2407d8..e8b1458cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,13 +26,9 @@ build_script: & $BashPath -lc "ls" } - Write-Output "Execute ./autogen.sh" + Write-Output "Execute ./autogen.sh, which also executes ./configure" & $BashPath -lc "./autogen.sh" - - Write-Output "Execute ./configure" - - & $BashPath -lc "./configure" Write-Output "Execute make" -- 2.50.1