[前][次][番号順一覧][スレッド一覧]

ruby-changes:40773

From: hsbt <ko1@a...>
Date: Wed, 2 Dec 2015 15:12:59 +0900 (JST)
Subject: [ruby-changes:40773] hsbt:r52852 (trunk): * configure.in: Fixed double negative comments.

hsbt	2015-12-02 15:12:49 +0900 (Wed, 02 Dec 2015)

  New Revision: 52852

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52852

  Log:
    * configure.in: Fixed double negative comments.
      [Bug #11698][ruby-core:71506]

  Modified files:
    trunk/ChangeLog
    trunk/configure.in
Index: configure.in
===================================================================
--- configure.in	(revision 52851)
+++ configure.in	(revision 52852)
@@ -3837,7 +3837,7 @@ dnl build rdoc index if requested https://github.com/ruby/ruby/blob/trunk/configure.in#L3837
 RDOCTARGET=""
 CAPITARGET=""
 AC_ARG_ENABLE(install-doc,
-       AS_HELP_STRING([--disable-install-doc], [do not install neither rdoc indexes nor C API documents during install]),
+       AS_HELP_STRING([--disable-install-doc], [do not install either rdoc indexes or C API documents during install]),
        [install_doc=$enableval], [install_doc=yes])
 AC_ARG_ENABLE(install-rdoc,
       AS_HELP_STRING([--disable-install-rdoc], [do not install rdoc indexes during install]),
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52851)
+++ ChangeLog	(revision 52852)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Dec  2 15:12:43 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* configure.in: Fixed double negative comments.
+	  [Bug #11698][ruby-core:71506]
+
 Wed Dec  2 14:55:01 2015  yui-knk  <spiketeika@g...>
 
 	* test/ruby/test_string.rb: removed non executing tests.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]