[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] 1.5.26 do echo=echo if necessary
From: |
Ralf Wildenhues |
Subject: |
Re: [patch] 1.5.26 do echo=echo if necessary |
Date: |
Sun, 9 Mar 2008 15:08:47 +0100 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
Hi Thien-Thi,
* Thien-Thi Nguyen wrote on Sun, Mar 09, 2008 at 10:29:13AM CET:
> () Peter O'Gorman <address@hidden>
> () Sat, 08 Mar 2008 17:33:47 -0600
>
> It seems likely that you have a configure that was created with
> a different version of libtool than ltmain.sh was created with.
>
> Are you talking about the configure script in
> libtool-1.5.26.tar.gz? I don't see how that enters into the
> post-install problem of trying to install Automake 1.10.1.
>
> For matching versions of libtool.m4 and ltmain.sh from
> libtool-1.5.26, the generated libtool script should already
> have:
>
> # An echo program that does not interpret backslashes.
> echo="echo"
>
> OK. Perhaps this is a problem w/ Automake, then.
You probably have to let aclocal know where Libtool 2.2's macro files
are. I do that with
echo "$libtool_prefix/share/aclocal" \
>> "$automake_prefix/share/aclocal/dirlist"
Cheers,
Ralf