From: Erwin Janssen Date: Thu, 9 Jun 2016 12:40:48 +0000 (+0200) Subject: Removed seperate ./configure call X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd61b78b2a32d4b7eaecd5b6efc99ecad6550999;p=graphviz Removed seperate ./configure call ./autogen.sh also calls ./configure by default. A seperate call is not needed. --- 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"