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

Re: svn commit: r1845555 - /subversion/trunk/configure.ac

From: Branko Čibej <brane_at_apache.org>
Date: Fri, 2 Nov 2018 10:35:40 +0100

On 02.11.2018 10:23, jorton_at_apache.org wrote:
> Author: jorton
> Date: Fri Nov 2 09:23:25 2018
> New Revision: 1845555
>
> URL: http://svn.apache.org/viewvc?rev=1845555&view=rev
> Log:
> * configure.ac: Use $PYTHON (always defined by autogen.sh) when
> running build/getversion.py via esyscmd.
>
> Modified:
> subversion/trunk/configure.ac
>
> Modified: subversion/trunk/configure.ac
> URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1845555&r1=1845554&r2=1845555&view=diff
> ==============================================================================
> --- subversion/trunk/configure.ac (original)
> +++ subversion/trunk/configure.ac Fri Nov 2 09:23:25 2018
> @@ -23,7 +23,7 @@ AC_PREREQ(2.59)
> dnl Get the version of Subversion, using m4's esyscmd() command to do this
> dnl at m4-time, since AC_INIT() requires it then.
> AC_INIT([subversion],
> - [esyscmd(python build/getversion.py SVN subversion/include/svn_version.h)],
> + [esyscmd($PYTHON build/getversion.py SVN subversion/include/svn_version.h)],
> [http://subversion.apache.org/])
>
> AC_CONFIG_SRCDIR(subversion/include/svn_types.h)

This should probably be nominated for backport to 1.11.x and 1.10.x.
Received on 2018-11-02 10:35:55 CET

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.