chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] aclocal error


From: Benedikt Rosenau
Subject: Re: [Chicken-users] aclocal error
Date: Mon, 30 Sep 2002 16:00:53 +0200
User-agent: Mutt/1.2.4i

Hello,

> aclocal: configure.in: 19: macro `AM_PROG_LIBTOOL' not found in library
 
> How can I fix this error?

It might be that you have installed libtool later. Then, some
macros are hidden in a directory - likely in /usr/local.

Try:
$ find /usr/local -type f -name \*.m4 -print

and look for:
libtool/libltdl/aclocal.m4
libtool/libltdl/acinclude.m4

Start aclocal with the '-I' option then - 
e.g: aclocal -I /usr/local/share/libtool/libltdl

Regards,
   Benedikt




reply via email to

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