lsalzman / enet

ENet reliable UDP networking library
MIT License
2.66k stars 667 forks source link

configure.ac:8: error: possibly undefined macro: AC_PROG_LIBTOOL #231

Closed meszaros-lajos-gyorgy closed 8 months ago

meszaros-lajos-gyorgy commented 8 months ago

Hello, I'm trying to install this lib (the latest master version) and autoconf fails with an error about AC_PROG_LIBTOOL being undefined.

I've installed autoconf version 2.71 on Linux Mint 21.2

image

meszaros-lajos-gyorgy commented 8 months ago

This solves it: https://stackoverflow.com/a/68425747/1806628

I also had to install libtool, which is not mentioned on the website: image