summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2019-01-20 14:53:59 -0500
committerJames McCoy <jamessan@debian.org>2019-01-20 14:53:59 -0500
commit956273f3f39bc12684d8f4b0573e242f1f365620 (patch)
treea450fcec076945ac18955de05619f4e8c6f91cdb /configure.ac
parent146bd7c0f403a77e64bda13e86f68bf9ddc76ec1 (diff)
New upstream version 1.10.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c646bc..8792adf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)