From ef3c974c89ce66907c62e83db102cc4724c8e739 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 19 Apr 2003 12:55:59 +0000 Subject: * ext/Setup*: Add zlib and remove bogus and obsolete entries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ext/Setup | 2 +- ext/Setup.atheos | 6 ++---- ext/Setup.dj | 2 +- ext/Setup.emx | 2 +- ext/Setup.nt | 2 +- ext/Setup.x68 | 2 +- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index acfed87912..7b833885da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 19 21:55:10 2003 Akinori MUSHA + + * ext/Setup*: Add zlib and remove bogus and obsolete entries. + Sat Apr 19 00:56:13 2003 Yukihiro Matsumoto * struct.c (rb_struct_eql): should compare values with "eql?". diff --git a/ext/Setup b/ext/Setup index a10c724eeb..6b76bdb0ec 100644 --- a/ext/Setup +++ b/ext/Setup @@ -2,7 +2,6 @@ #Win32API #bigdecimal -#bigdecimal/lib #curses #dbm #digest @@ -27,3 +26,4 @@ #tcltklib #tk #win32ole +#zlib diff --git a/ext/Setup.atheos b/ext/Setup.atheos index b224b8608b..93be203d65 100644 --- a/ext/Setup.atheos +++ b/ext/Setup.atheos @@ -1,7 +1,6 @@ option nodynamic bigdecimal -bigdecimal/lib curses dbm digest @@ -14,7 +13,6 @@ etc fcntl gdbm iconv -marshal nkf pty racc/parse @@ -24,6 +22,6 @@ socket stringio strscan syslog -#tk #tcltklib -#gtk +#tk +zlib diff --git a/ext/Setup.dj b/ext/Setup.dj index 064f008f35..ac3e06fafc 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -2,7 +2,6 @@ option nodynamic #Win32API bigdecimal -bigdecimal/lib #curses dbm digest @@ -27,3 +26,4 @@ strscan #tcltklib #tk #win32ole +#zlib diff --git a/ext/Setup.emx b/ext/Setup.emx index 0aba00e98f..e4a93c55ab 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -2,7 +2,6 @@ option nodynamic #Win32API bigdecimal -bigdecimal/lib curses #dbm digest @@ -27,3 +26,4 @@ strscan #tcltklib #tk #win32ole +#zlib diff --git a/ext/Setup.nt b/ext/Setup.nt index 0b3338312a..1840c467a9 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -2,7 +2,6 @@ Win32API bigdecimal -bigdecimal/lib #curses #dbm digest @@ -27,3 +26,4 @@ strscan #tcltklib #tk win32ole +#zlib diff --git a/ext/Setup.x68 b/ext/Setup.x68 index 512c3bf82b..ad241ce58b 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -2,7 +2,6 @@ option nodynamic #Win32API bigdecimal -bigdecimal/lib #curses dbm digest @@ -27,3 +26,4 @@ strscan #tcltklib #tk #win32ole +#zlib -- cgit v1.2.3