Configure

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Configure

Andre Louw-2
Hi,

Running autoconf version 2.57 on configure.ac gives the following error:

"configure.ac:29: error: possibly undefined macro: AC_PROG_LIBTOOL"

Solution please?

Thanx
Andre


 
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.


Reply | Threaded
Open this post in threaded view
|

Re: Configure

Luigi Ballabio-2
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