Closed LMariachi closed 8 years ago
The INSTALL directions still say that a ./configure script is included, which is no longer the case. autoconf and automake -add-missing must be run manually to generate it.
./configure
autoconf
automake -add-missing
homebrew install this with ./prepare && make
./prepare && make
Directions have been updated to reference prepare
prepare
The INSTALL directions still say that a
./configure
script is included, which is no longer the case.autoconf
andautomake -add-missing
must be run manually to generate it.