Login  Register

Re: Configure

Posted by Luigi Ballabio-2 on Jun 13, 2003; 6:58am
URL: http://quantlib.414.s1.nabble.com/Configure-tp10256p10257.html

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