./bootstrap.sh: line 7: autoreconf: command not found What do I need to do?
./bootstrap.sh: line 7: autoreconf: command not found
What do I need to do?
You need to install autoconf package, which provides the autoreconf command.
on a debian system
apt install autoconf
Tim