Originally created by: Thak676
I am trying to install on a different machine now (mac). When I run sh autogen.sh, I get the following:
autogen.sh: line 20: autoheader: command not found
autogen.sh: line 21: libtoolize: command not found
autogen.sh: line 22: aclocal: command not found
autogen.sh: line 23: autoconf: command not found
autogen.sh: line 24: automake: command not found
Originally posted by: Thak676
Fixed.
I did brew install autoconf automake libtool
and then it worked. Sorry if this was obvious.
Originally posted by: recp
Yes, autotools (automake, autoconf, libtool...) must be installed before run build scripts for autotools. Maybe I should update README about how to install autotools