[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trying to install automake-1.5d to verify bug fixes...
From: |
Αλέξανδρος Καρυπίδης (Alexandros Karypidis) |
Subject: |
Re: Trying to install automake-1.5d to verify bug fixes... |
Date: |
Mon, 4 Feb 2002 13:40:40 +0200 |
> I just installed automake-1.5d to check and verify for you that the couple
> of bugs I came across in 1.4 have really been fixed 1.5. When I try to run
>
> "aclocal" from automake 1.5, I get the following error:
> > aclocal
>
> aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
>
> I changed AM_PROG_LIBTOOL -> AC_PROG_LIBTOOL and aclocal runs fine but then:
> > autoconf
>
> configure.in:8: error: possibly undefined macro: AC_PROG_LIBTOOL
I installed libtool.m4 in `aclocal --print-ac-dir` as Alexandre instructed me
and all is ok.