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

Re: svn commit: rev 5496 - trunk

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-03-30 20:10:12 CEST

On Sun, Mar 30, 2003 at 02:32:36AM -0600, Greg Stein wrote:
> Author: gstein
> Modified: trunk/configure.in
> ==============================================================================
> --- trunk/configure.in (original)
> +++ trunk/configure.in Sun Mar 30 02:32:36 2003
> @@ -22,13 +22,20 @@
...
> +dnl What version of Subversion are we configuring?
> +# Note: this could be different from PACKAGE_VERSION. That symbol gets
> +# defined at M4 evaluation time, but only for GNU M4. Other M4
> +# implementations might end up with just "0.x"
> +svn_version="`build/getversion.py subversion/include/svn_version.h`"
> +echo "Configuring Subversion $svn_version"

There's no need to work around non-GNU m4 implementations in a configure
script which requires autoconf 2.5x, since autoconf 2.5x requires GNU m4
(and can't be used without it).

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 30 20:11:56 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.