>>>>> "Jeremy" == Jeremy Slade <[EMAIL PROTECTED]> 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