My guide on how did I able to use autoconf
In my experience, it seems that autoconf needs Makefile.am and configure.ac.
How did I do it, I run
./configure successfully.
How did I do it, I run
autoreconf -i -v -f Makefile.amthen I did run
automaketo create Makefile.in then afterwards, I was able to run
./configure successfully.
Comments