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

ruby-changes:19877

From: nagai <ko1@a...>
Date: Sun, 5 Jun 2011 17:23:55 +0900 (JST)
Subject: [ruby-changes:19877] nagai:r31924 (trunk): * ext/tk/config_list.in: add new options for tcltklib.

nagai	2011-06-05 17:23:43 +0900 (Sun, 05 Jun 2011)

  New Revision: 31924

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

  Log:
    * ext/tk/config_list.in: add new options for tcltklib.

  Modified files:
    trunk/ChangeLog
    trunk/ext/tk/config_list.in

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31923)
+++ ChangeLog	(revision 31924)
@@ -1,3 +1,7 @@
+Sun Jun  5 17:22:01 2011  Hidetoshi NAGAI  <nagai@a...>
+
+	* ext/tk/config_list.in: add new options for tcltklib.
+
 Sun Jun  5 10:06:50 2011  Tadayoshi Funaba  <tadf@d...>
 
 	* ext/date/date_tmx.h: now does not place decoded data.  allows to
Index: ext/tk/config_list.in
===================================================================
--- ext/tk/config_list.in	(revision 31923)
+++ ext/tk/config_list.in	(revision 31924)
@@ -1,12 +1,16 @@
 ##############################################
 # configure options for Ruby/Tk
-# release date:  2009-07-28
+# release date:  2011-06-05
 ##############################################
 with tk-old-extconf
 with ActiveTcl
 with tk-shlib-search-path
 enable tcltk-stubs
 with tcltkversion
+enable tcl-h-ver-check
+enable tk-h-ver-check
+with tcl-build-dir
+with tk-build-dir
 with tcl-config
 with tk-config
 with tclConfig-dir

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

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