ci: add missing 'libtool' package dependency
Installing the `autoconf` and `automake` packages is not enough. We need to install the `libtool` package as well to avoid errors like this: configure:7323: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:7324: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci
Please register or sign in to comment