[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: |
Alexandre Duret-Lutz |
Subject: |
Re: Trying to install automake-1.5d to verify bug fixes... |
Date: |
Mon, 04 Feb 2002 12:29:17 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) |
Hi Αλέξανδρος,
>>> "Αλέξανδρος" == Αλέξανδρος Καρυπίδης <address@hidden> writes:
[...]
Αλέξανδρος>> 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
Did you install libtool and automake in the same --prefix?
If not, aclocal won't found the AC_PROG_LIBTOOL definition.
'aclocal --print-ac-dir' will print the directory where aclocal
searches for macro definitions. You should make sure that
libtool.m4 belongs to this directory.
[...]
--
Alexandre Duret-Lutz