This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: aclocal and libtool don't get along
- From: Stephane Bortzmeyer <bortzmeyer at nic dot fr>
- To: Vance Shipley <vances at motivity dot ca>
- Cc: libtool at gnu dot org, automake at gnu dot org
- Date: Tue, 20 Jul 2004 12:16:44 +0200
- Subject: Re: aclocal and libtool don't get along
- Organization: NIC France
- References: <20040719172512.GD40526@frogman.motivity.ca>
On Mon, Jul 19, 2004 at 01:25:12PM -0400,
Vance Shipley <vances@motivity.ca> wrote
a message of 31 lines which said:
> $ aclocal
> configure.ac:2: /usr/local/bin/m4: ERROR: Reading inserted file: No such file or directory
I suspect that a M4 included file is actually a dangling symlink. Goto
/what/ever/aclocal and 'ls -l libtool*'.
Or use strace/truss/whatever (you did not indicate your OS) to see
what file aclocal was trying to open.