Enable autotools
After unpacking the archive file, go to the new directory and issue the commands:
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
read more
After unpacking the archive file, go to the new directory and issue the commands:
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
read more