]> granicus.if.org Git - graphviz/commitdiff
Removed seperate ./configure call
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 9 Jun 2016 12:40:48 +0000 (14:40 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 9 Jun 2016 12:40:48 +0000 (14:40 +0200)
./autogen.sh also calls ./configure by default. A seperate call is not needed.

appveyor.yml

index 7cf2407d8307831962a19a07dc8b262ca82bb12c..e8b1458cf0afaaa34fb3f1f4cd03229ed66bebb4 100644 (file)
@@ -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"