Fix: Return a variant's alignment as 0 (undefined).
[babeltrace.git] / configure.ac
index 934bf030dceaebafc3c1c94590108764d073b51b..f8d43d8d5583742898eebcce03d915259cafa902 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.2.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.3.0-pre],[jeremie dot galarneau at efficios dot com])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
@@ -161,9 +161,9 @@ else
 fi
 
 if test "x${enable_python_bindings_doc:-yes}" = xyes; then
-    AC_CHECK_PROGS([SPHINXBUILD], [sphinx-build sphinx-build3 sphinx-build2], [no])
-    AS_IF([test "x$SPHINXBUILD" = xno],
-      AC_MSG_ERROR([sphinx-build is required to build Python bindings documentation])
+    AM_CHECK_PYTHON_SPHINX([PYTHON])
+    AS_IF([test "x$PYTHON_SPHINX_EXISTS" = xno],
+      AC_MSG_ERROR([The Sphinx package for Python 3 is required to build Python bindings documentation])
     )
 fi
 
This page took 0.023349 seconds and 4 git commands to generate.