Skip to content

Commit

Permalink
* ext/tk/extconf.rb: copy from trunk, as requested by Hidetoshi NAGAI.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_7@32233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Jun 26, 2011
1 parent fcbcd70 commit 81cd772
Show file tree
Hide file tree
Showing 5 changed files with 2,295 additions and 193 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Sun Jun 26 17:46:43 2011 URABE Shyouhei <shyouhei@ruby-lang.org>

* ext/tk/extconf.rb: copy from trunk, as requested by Hidetoshi NAGAI.

Thu Jun 23 18:38:43 2011 Hiroshi Nakamura <nahi@ruby-lang.org> Thu Jun 23 18:38:43 2011 Hiroshi Nakamura <nahi@ruby-lang.org>


backported r26281 from ruby_1_8 backported r26281 from ruby_1_8
Expand Down
41 changes: 41 additions & 0 deletions ext/tk/config_list.in
@@ -0,0 +1,41 @@
##############################################
# configure options for Ruby/Tk
# 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
with tkConfig-dir
with tclConfig-file
with tkConfig-file
with tcllib
with tklib
with tcl-dir
with tk-dir
with tcl-include
with tk-include
with tcl-lib
with tk-lib
enable mac-tcltk-framework
enable tcltk-framework
with tcltk-framework
with tcl-framework-dir
with tk-framework-dir
with tcl-framework-header
with tk-framework-header
with X11
with X11-dir
with X11-include
with X11-lib
enable pthread
enable tcl-thread
enable space-on-tk-libpath

0 comments on commit 81cd772

Please sign in to comment.