This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake and libtool error
- From: "Paul F. Kunz" <Paul_Kunz at SLAC dot Stanford dot EDU>
- To: automake at gnu dot org
- Date: Wed, 23 Apr 2003 10:34:00 -0700
- Subject: automake and libtool error
- Reply-to: Paul_Kunz at SLAC dot Stanford dot EDU
For a configue.in file that works with versions of the autotools
that come with Red Hat Linux 7.x, I get the following error for the
versions that come with Red Hat Linux 8.0 and 9...
aclocal.m4:1575: required file `config/ltmain.sh' not found
After a Google search, the only solution I've found is to manually
create a link
ln -s /usr/share/libtool/ltmain.sh config/ltmain.sh
Is this indeed the solution? Is this fixed with automake 1.7? Any
other suggestions?