I got a error while executing the autoreconf command,
|
| Quote: |
configure.ac:23: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
|
I fixed this by installing the package libtool
$ sudo apt-get install libtool
I thougt this might be helpful =)
Anyway, thx for a great guide^^