On 02.11.2018 10:23, jor...@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.