From af3ecae79258fc06843dc1154c51d6a1cd9d1eae Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 10 Aug 2021 16:58:37 +0200 Subject: [PATCH] Install autoconf in msys2 wrt #200 --- bootstrap-haskell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-haskell.ps1 b/bootstrap-haskell.ps1 index ae5f966..ab4469c 100644 --- a/bootstrap-haskell.ps1 +++ b/bootstrap-haskell.ps1 @@ -371,7 +371,7 @@ if (!(Test-Path -Path ('{0}' -f $MsysDir))) { Exec "$Bash" '-lc' 'pacman --noconfirm -Syuu' Print-Msg -msg 'Installing Dependencies...' - Exec "$Bash" '-lc' 'pacman --noconfirm -S --needed curl mingw-w64-x86_64-pkgconf' + Exec "$Bash" '-lc' 'pacman --noconfirm -S --needed curl autoconf mingw-w64-x86_64-pkgconf' Print-Msg -msg 'Updating SSL root certificate authorities...' Exec "$Bash" '-lc' 'pacman --noconfirm -S ca-certificates'