Change Log
3.0.2 (2001-10-01)
- did not work on Ruby 1.4.4 ... 1.6.3
(rbconfig['rubylidir'] does not exist.)
3.0.1 (2001-09-07)
- new options -q, --quiet, --verbose
- parametarizes 'setup.rb' in strings
3.0.0 (2001-08-28)
- archive structure completely changed.
- single package installer install.rb
- restructs setup.rb
- outputs installed file names into the file "InstalledFiles"
- --with/--without accepts only package names.
- "config -- --with-foo=bar" passes options to extconf.rb
- supports customized site_ruby (thanks Akira Yamada)
2.1.1 (2001-08-01)
- modify --with/--without (thanks knu)
2.1.0 (2001-06-30)
- support parameterized config value (i.e. --prefix)
- Developpers can hook any tasks. (thanks rubikitch)
- support srcdir
2.0.4 (2001-04-07)
2.0.3 (2001-03-26)
- ignore if Makefile is not exist when "make clean"
- avoids windows' stat() bug
2.0.2 (2001-02-13)
- ignore if Makefile is not exist when "make clean" (thanks rubikitch)
- support DOS's drive letter
2.0.1 (2001-02-09)
- does "make clean" on each SETUP
- does not fork new ruby process when executing extconf.rb
- config --rbconfig=file
2.0.0 (2000-12-19)
- now setup.rb does not depend on amstd
- install --no-harm
- add templates
1.0.7 (2000-11-18)
1.0.6 (2000-08-27)
- new option --make-prog=[make] (patched by Katsuyuki Komatsu)
1.0.5 (2000-08-27)
- generates Makefile every time
1.0.4 (2000-07-13)
- can pass directory name (like ext/cparse) for --with, --without
1.0.3 (2000-06-08)
(patched by rubikitch)
1.0.2 (2000-06-03)
1.0.1 (2000-06-01)
patched by rubikitch
- modify syntax error
- new command "clean"
1.0.0 (2000-05-30)
Copyright (c) 2000,2001 Minero Aoki
<aamine@loveruby.net>