[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: |
Thien-Thi Nguyen |
Subject: |
Re: [patch] 1.5.26 do echo=echo if necessary |
Date: |
Sun, 09 Mar 2008 10:29:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
() 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.
thi