Closed CuriouslyCurious closed 8 months ago
Noticed libtool was missing as a build-dependency for Alpine Linux. Without it, the ./autogen.sh step would complain about error: Libtool library used but 'LIBTOOL' is undefined. This PR just adds libtool to the list of dependencies.
./autogen.sh
error: Libtool library used but 'LIBTOOL' is undefined
Noticed libtool was missing as a build-dependency for Alpine Linux. Without it, the
./autogen.sh
step would complain abouterror: Libtool library used but 'LIBTOOL' is undefined
. This PR just adds libtool to the list of dependencies.