]> granicus.if.org Git - graphviz/commitdiff
ci/mingw-build.sh: add installation of autoconf, automake & make
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 4 Oct 2021 19:33:20 +0000 (21:33 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 7 Dec 2021 06:35:01 +0000 (07:35 +0100)
ci/mingw-build.sh

index 2cb9974e0e4490dd1f69a6b567a17097bd26ab5d..a6514025a79558fbdd5b092d90ecc57d905453b6 100644 (file)
@@ -3,6 +3,8 @@
 set -eux
 
 pacman -S --noconfirm --needed \
+    autoconf \
+    automake-wrapper \
     bison \
     ${MINGW_PACKAGE_PREFIX}-cairo \
     ${MINGW_PACKAGE_PREFIX}-cmake \
@@ -11,6 +13,7 @@ pacman -S --noconfirm --needed \
     flex \
     ${MINGW_PACKAGE_PREFIX}-gcc \
     ${MINGW_PACKAGE_PREFIX}-libgd \
+    make \
     ${MINGW_PACKAGE_PREFIX}-libtool \
     ${MINGW_PACKAGE_PREFIX}-pango \
     ${MINGW_PACKAGE_PREFIX}-pkgconf \