From e623c1535f50d3905f61e1be51d18cb8cfa6fbcc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Mar 2002 07:42:20 +0000 Subject: * lib/mkmf.rb (arg_config): should use Shellwords::shellwords like ext/extmk.rb.in. * lib/mkmf.rb (enable_config): default had priority over command line options and configure_args. * lib/mkmf.rb: support autoconf 2.53 style variables from environment. * lib/mkmf.rb: add directory options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a17ced67..29df13356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Mar 29 16:36:52 2002 Nobuyoshi Nakada + + * lib/mkmf.rb (arg_config): should use Shellwords::shellwords like + ext/extmk.rb.in. + + * lib/mkmf.rb (enable_config): default had priority over command + line options and configure_args. + + * lib/mkmf.rb: support autoconf 2.53 style variables from + environment. + + * lib/mkmf.rb: add directory options. + + Fri Mar 29 15:49:29 2002 Usaku Nakamura * win32/README.win32: follow recent changes. -- cgit