From 8e7e28f15c2973a6e083da7da9ccaf4769d272c0 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 27 Jul 2009 19:40:43 +0000 Subject: * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries. * ext/tk/lib/config_list.in: bug fix and add a new option. * ext/tk/lib/README.tcltklib: update for a new option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/config_list.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/tk/config_list.in') diff --git a/ext/tk/config_list.in b/ext/tk/config_list.in index 5ddd11c6b0..ba61797e9b 100644 --- a/ext/tk/config_list.in +++ b/ext/tk/config_list.in @@ -1,22 +1,24 @@ ############################################## # configure options for Ruby/Tk -# release date: 2009-07-15 +# release date: 2009-07-28 ############################################## with tk-old-extconf with ActiveTcl with tk-shlib-search-path +enable tcltk-stubs with tcltkversion with tcl-config with tk-config with tclConfig-dir with tkConfig-dir +with tclConfig-file +with tkConfig-file with tcllib with tklib -enable tcltk-stubs with tcl-dir with tk-dir with tcl-include -with tcl-lib +with tk-include with tcl-lib with tk-lib enable mac-tcltk-framework @@ -32,5 +34,4 @@ with X11-include with X11-lib enable pthread enable tcl-thread -with tclConfig-file enable space-on-tk-libpath -- cgit v1.2.3