From 4682ea9549bf1ec7ea3896c9431a6f1aa5a0221b Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 26 Jan 2005 05:15:02 +0000 Subject: * ext/Setup*: remove tcltklib. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ext/Setup | 3 +-- ext/Setup.atheos | 3 +-- ext/Setup.dj | 3 +-- ext/Setup.emx | 3 +-- ext/Setup.nt | 3 +-- ext/Setup.x68 | 3 +-- 7 files changed, 10 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19e44d36e..fad21b847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 26 14:12:58 2005 NAKAMURA Usaku + + * ext/Setup*: remove tcltklib. + Wed Jan 26 12:45:16 2005 NAKAMURA Usaku * ext/tk/extconf.rb: support new tk scheme on mswin32. diff --git a/ext/Setup b/ext/Setup index 83ddc13c5..41817c0f7 100644 --- a/ext/Setup +++ b/ext/Setup @@ -17,8 +17,8 @@ #iconv #io/wait #nkf -#pty #openssl +#pty #racc/cparse #readline #ripper @@ -28,7 +28,6 @@ #strscan #syck #syslog -#tcltklib #tk #win32ole #zlib diff --git a/ext/Setup.atheos b/ext/Setup.atheos index df7b5c633..6e0b8ae5a 100644 --- a/ext/Setup.atheos +++ b/ext/Setup.atheos @@ -17,8 +17,8 @@ gdbm iconv io/wait nkf -pty #openssl +pty racc/parse readline ripper @@ -28,7 +28,6 @@ stringio strscan syck syslog -#tcltklib #tk #win32ole zlib diff --git a/ext/Setup.dj b/ext/Setup.dj index 790c48646..5276b125a 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -17,8 +17,8 @@ gdbm #iconv #io/wait nkf -#pty #openssl +#pty racc/cparse readline ripper @@ -28,7 +28,6 @@ stringio strscan syck #syslog -#tcltklib #tk #win32ole zlib diff --git a/ext/Setup.emx b/ext/Setup.emx index c3c1a4126..fade917e9 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -17,8 +17,8 @@ fcntl #iconv #io/wait nkf -#pty #openssl +#pty racc/cparse #readline #ripper @@ -28,7 +28,6 @@ stringio strscan #syck #syslog -#tcltklib #tk #win32ole #zlib diff --git a/ext/Setup.nt b/ext/Setup.nt index 780677c91..c8574ba70 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -17,8 +17,8 @@ fcntl #iconv #io/wait nkf -#pty #openssl +#pty racc/cparse #readline #ripper @@ -28,7 +28,6 @@ stringio strscan syck #syslog -#tcltklib #tk win32ole #zlib diff --git a/ext/Setup.x68 b/ext/Setup.x68 index 4fd3c133a..03f5d2d50 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -17,8 +17,8 @@ fcntl #iconv #io/wait nkf -#pty #openssl +#pty racc/cparse #readline #ripper @@ -28,7 +28,6 @@ stringio strscan #syck #syslog -#tcltklib #tk #win32ole #zlib -- cgit