[Groonga-commit] groonga/groonga-normalizer-mysql at f4dca11 [master] Update Ruby versions

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 20 22:28:40 JST 2016


Kouhei Sutou	2016-04-20 22:28:40 +0900 (Wed, 20 Apr 2016)

  New Revision: f4dca11d86919de3f2ff92004c86b73734b3e14d
  https://github.com/groonga/groonga-normalizer-mysql/commit/f4dca11d86919de3f2ff92004c86b73734b3e14d

  Message:
    Update Ruby versions

  Modified files:
    configure.ac

  Modified: configure.ac (+7 -2)
===================================================================
--- configure.ac    2015-11-21 17:03:36 +0900 (fd52203)
+++ configure.ac    2016-04-20 22:28:40 +0900 (547efae)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2013-2016  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Library General Public
@@ -74,7 +74,12 @@ if test "x$RUBY" = "xno"; then
 else
   if test "x$RUBY" = "xauto"; then
     AC_PATH_PROGS(RUBY,
-                  [ruby2.1 ruby21 ruby2.0 ruby20 ruby1.9 ruby19 ruby1.9.1 ruby],
+                  [ dnl
+                    ruby2.3 ruby23 dnl
+                    ruby2.2 ruby22 dnl
+                    ruby2.1 ruby21 dnl
+                    ruby dnl
+                  ],
                   ruby-not-found)
     if test "$RUBY" != "ruby-not-found"; then
       ruby_version="`$RUBY --version`"
-------------- next part --------------
HTML����������������������������...
다운로드 



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