automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AM_PROG_LIBTOOL / AC_PROG_LIBTOOL


From: Tom Tromey
Subject: Re: AM_PROG_LIBTOOL / AC_PROG_LIBTOOL
Date: 10 Feb 2001 12:10:58 -0700

>>>>> "Jeremy" == Jeremy Slade <address@hidden> writes:

Jeremy> I am using autoconf-2.49c and automake-1.4b on HPUX 10.20.
Jeremy> When I put AM_PROG_LIBTOOL in my configure.in, automake says I
Jeremy> should use AC_PROG_LIBTOOL instead.  But when I change it,
Jeremy> autoconf then generates an error that AC_PROG_LIBTOOL is
Jeremy> undefined.

You don't mention what libtool you have installed.

For this to work, you must have automake, autoconf, and libtool all
installed, and all must have been configured with the same --prefix.

Then you should run `aclocal; autoconf; automake'.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]