Hi Thien-Thi,

* Thien-Thi Nguyen wrote on Sun, Mar 09, 2008 at 10:29:13AM CET:
> () Peter O'Gorman <[EMAIL PROTECTED]>
> () 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


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to