If you receive the following error when you perform automatic installation with autoreconf on Linux operating systems, several automatic packages need to be installed.
The error you get:
please use m4_pattern_allow. see the autoconf documentation
You can fix the error using the command below.
sudo apt install -y autoconf automake m4 libtool libevent perl pkg-config
You can use the following command to test.
autoreconf -i
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket