diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-09 01:03:41 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-09 01:03:41 +0000 |
| commit | d65a9ff1cec282a519c727959f33a4645ffcefd2 (patch) | |
| tree | da0ba0f723e324ad57b09fb15f4af34fad9d6875 /ext/tk/tkutil | |
| parent | 6e558fe938524285eea7840b020b42b3896ab8da (diff) | |
| download | ruby-d65a9ff1cec282a519c727959f33a4645ffcefd2.tar.gz ruby-d65a9ff1cec282a519c727959f33a4645ffcefd2.tar.xz ruby-d65a9ff1cec282a519c727959f33a4645ffcefd2.zip | |
* ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.
* ext/tk/tkutil/extconf.rb: need to compile tkutil. [ruby-dev:25607]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/tkutil')
| -rw-r--r-- | ext/tk/tkutil/extconf.rb | 4 | ||||
| -rw-r--r-- | ext/tk/tkutil/subconf.rb | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ext/tk/tkutil/extconf.rb b/ext/tk/tkutil/extconf.rb new file mode 100644 index 000000000..e3aa00a4b --- /dev/null +++ b/ext/tk/tkutil/extconf.rb @@ -0,0 +1,4 @@ +if compiled?('tk') + require 'mkmf' + create_makefile('tkutil') +end diff --git a/ext/tk/tkutil/subconf.rb b/ext/tk/tkutil/subconf.rb deleted file mode 100644 index 5ff0bc1e6..000000000 --- a/ext/tk/tkutil/subconf.rb +++ /dev/null @@ -1,2 +0,0 @@ -require 'mkmf' -create_makefile('tkutil') |
