|
At 01:04 PM 6/13/03 +0200, Andre Louw wrote:
>Running autoconf version 2.57 on configure.ac gives the following error:
>
>"configure.ac:29: error: possibly undefined macro: AC_PROG_LIBTOOL"
>
>Solution please?
Andre,
assuming you have reasonably recent automake and libtool, try:
autoreconf --force --install
(I never remember whether I should run first autoconf, automake, aclocal...
but somehow, autoreconf seems to know)
Let me know if this works.
Later,
Luigi
|