Try updating automake
authorAnthony Green <green@moxielogic.com>
Wed, 2 Jun 2021 02:53:44 +0000 (22:53 -0400)
committerAnthony Green <green@moxielogic.com>
Wed, 2 Jun 2021 02:53:44 +0000 (22:53 -0400)
.appveyor.yml

index f095f7b812dcd14bbc96390c955c360174789118..1f820899aebe5e76bffa33f69ea9c26049429edc 100644 (file)
@@ -62,7 +62,7 @@ install:
           $env:DEBUG_ARG="--disable-debug"
       }
   - 'appveyor DownloadFile https://cygwin.com/setup-x86.exe -FileName setup.exe'
-  - 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu,perl >NUL'
+  - 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu,automake'
   - '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'
   - echo call VsDevCmd to set VS150COMNTOOLS
   - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"