Re: version number
From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2001-05-30 23:22:54 CEST
On 29 May 2001, Ben Collins-Sussman wrote:
> $ more configure.in
> $ more svn_private_config.h
> Any way to get this version number automatically defined without
One way to solve it:
In a project of mine, I have a little shell script that I run just before
The configure.in then has a construct that extracts the version number from
VERSION=`sed -ne 's/^#define VERSION "\(.*\)"/\1/p' ${srcdir}/include/version.h`
... it works.
-- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:31 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.