[Solved]: autoreconf: automake failed with exit status: 1
In this article we will see how to solve autoreconf: automake failed with exit status: 1 error. This error is most commonly encountered when you are trying to install some package by using its source code and running ./configure to check if all the required configuration is in place. In my case, I am installing ... Read more