[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: libtool

From: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2003-04-18 17:06:03 CEST

On Fri, Apr 18, 2003 at 10:18:15AM -0400, Michael Price wrote:
> $ ./autogen.sh
> buildcheck: checking installation...
> buildcheck: autoconf version 2.57 (ok)
> buildcheck: autoheader version 2.57 (ok)
> buildcheck: libtool version 1.5
>
> 2003 found.
> You need libtool version 1.4.3 or newer installed
>
> Odd, I thought 1.5 was newer than 1.4.3 :)

Would you pleas apply the following patch, check that Subversion
does work with libtool 1.5, and report back?

Index: build/buildcheck.sh
===================================================================
--- build/buildcheck.sh (revision 5650)
+++ build/buildcheck.sh (working copy)
@@ -95,7 +95,8 @@
 if test "$1" = "$LIBTOOL_WANTED_MAJOR"; then
    if test "$2" -lt "$LIBTOOL_WANTED_MINOR"; then
       lt_status="bad"
- elif test ! -z "$LIBTOOL_WANTED_PATCH"; then
+ elif test "$2" -eq "$LIBTOOL_WANTED_MINOR" \
+ && test ! -z "$LIBTOOL_WANTED_PATCH"; then
        if test "$3" -lt "$LIBTOOL_WANTED_PATCH"; then
            lt_status="bad"
        fi

Matt

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 18 17:08:18 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.