Hi all, I'm finally upgrading from 2.7.3 and im running into that "autogen.sh no such file exists" problem that I've seen around, but I tried running though the dependencies and they all check out. Also I get the make error "no rules found". It's been like 6 months since I've had to do this last, what am I missing?
I presume you are thus getting the source code NOT from git.
Skip autogen and just run
./configure --enable-bitforce ; make clean ; make... as per the README ...
./autogen.sh # only needed if building from git repo