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
autoreconf -i -v -f Makefile.am
then I did run
automake
to create Makefile.in then afterwards, I was able to run

./configure successfully.

Comments

Popular posts from this blog

LVM: How to remove a volume using pvremove

Using Oracle 11g thru VirtualBox appliance in Mac OS X Lion

Use Shell Editor for Eclipse for editing bash, ksh, csh in Unix/Linux system