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

using build.conf info in C source

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-07-31 14:58:28 CEST

Is it possible to use the "version" in build.conf from a .c file?
Specifically, --enable-dso doesn't work now since the library names
changed from '"libsvn_ra_%s.so" % ra_name' to '"libsvn_ra_%s-%d.so" %
(ra_name, version)'. I kludged it to have a -1 and it works, now I'm
trying to do something more permanent.

I'm thinking I'll have to move "version" from build.conf to
configure.in. Sound right?

-- 
Scott Lamb
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 31 14:58:26 2002

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.