branch: elpa/pdf-tools commit b867ea782bda6b7509dfa22dcfe6e2c83ced575a Author: Vedang Manerikar <ved.maneri...@gmail.com> Commit: Vedang Manerikar <ved.maneri...@gmail.com>
Install automake on Mingw systems This fixes the `server/autobuild` installation on Windows, as mentioned in #86. Fixes: #86 --- server/autobuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/autobuild b/server/autobuild index e49a8b498f..c738f59d7a 100755 --- a/server/autobuild +++ b/server/autobuild @@ -319,6 +319,7 @@ os_msys2() { MINGW64) PACKAGES="base-devel autoconf + automake mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler mingw-w64-x86_64-imagemagick @@ -328,6 +329,7 @@ os_msys2() { MINGW32) PACKAGES="base-devel autoconf + automake mingw-w64-i686-libpng mingw-w64-i686-poppler mingw-w64-i686-imagemagick