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

Re: It is time to upgrade to autoconf 2.50 and libtool 1.4.

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2001-09-22 18:30:51 CEST

On Fri, 21 Sep 2001 22:18:30 -0700
Greg Stein <gstein@lyra.org> wrote:

> On Fri, Sep 21, 2001 at 01:01:56PM -0700, Mo DeJong wrote:
> >...
> > I hate to be a bother, but I was wondering if someone could take a
> > looksie at my autoconf/libtool and test case when srcdir != builddir
> > patches. I have some more patches to check for the correct version
> > of Python for running the test cases and redirect test case output
> > properly. Thing is, I can't really send them in since they build on
> > these previous patches. If there was some problem with the earlier
> > patches, I could certainly revise them to address any concerns.
> > This autoconf/libtool upgrade issue has been hanging around for
> > many months, the sooner we can get it over with the better.
>
> I'm working on this now. Ran into a problem with my autoconf RPM, but am
> past that now. It appears there is an issue in the berkeley-db.m4 file.
>
> Cheers,
> -g

Bah! Look like I did not test a shared build recently. This patch should
fix that db linking issue.

Index: ac-helpers/berkeley-db.m4
===================================================================
--- ac-helpers/SVN/text-base/berkeley-db.m4 Mon Sep 10 09:52:38 2001
+++ ac-helpers/berkeley-db.m4 Sat Sep 22 09:28:54 2001
@@ -98,9 +98,7 @@
     SVN_DB_INCLUDES="-I$dbdir"
     svn_lib_berkeley_db=yes
     if test "$enable_shared" = "yes"; then
- # Once we upgrade to libtool 1.4 we should change this to
- # "$dbdir/libdb-3.3.la"
- SVN_DB_LIBS="-L$dbdir/.libs -ldb-3.3"
+ SVN_DB_LIBS="-L$dbdir -ldb-3.3"
     else
         SVN_DB_LIBS="-L$dbdir -ldb"
     fi

cheers
Mo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:42 2006

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.