[Groonga-commit] groonga/groonga at 4390d42 [master] Support sphinx-build 1.4

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Apr 4 21:45:44 JST 2016


HAYASHI Kentaro	2016-04-04 21:45:44 +0900 (Mon, 04 Apr 2016)

  New Revision: 4390d4238c4d8cadbdd2e168f8807dd9dc8ee06f
  https://github.com/groonga/groonga/commit/4390d4238c4d8cadbdd2e168f8807dd9dc8ee06f

  Message:
    Support sphinx-build 1.4

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2016-04-04 14:53:05 +0900 (41184e2)
+++ configure.ac    2016-04-04 21:45:44 +0900 (96b0ca7)
@@ -1276,7 +1276,7 @@ if test x"$enable_document" != x"no"; then
     AC_PATH_PROG(SPHINX_BUILD, sphinx-build, [])
     if test -n "$SPHINX_BUILD"; then
       sphinx_build_version=`"$SPHINX_BUILD" --version`
-      if ! echo "$sphinx_build_version" | grep -q ' 1\.[[3]]'; then
+      if ! echo "$sphinx_build_version" | grep -q ' 1\.[[34]]'; then
 	AC_MSG_ERROR([
 sphinx-build is old: $sphinx_build_version
 Sphinx 1.3 or later is required.])
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index