From 855f97202af9c55307a19c45c4a8d95cfb7d99d0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Feb 2013 06:50:03 +0000 Subject: merge revision(s) 39267,39273,39294,39298,39313: * configure.in: unexpand arch sitearch and exec_prefix values, so directly specified bindir, libdir, rubyprefix, etc can be properly substituted. [ruby-core:52296] [Bug #7860] * configure.in (shvar_to_cpp): do not substitute exec_prefix itself with RUBY_EXEC_PREFIX, which cause recursive definition. [ruby-core:52296] [Bug #7860] * configure.in (unexpand_shvar): regularize a shell variable by unexpanding shell variables in it. * configure.in (unexpand_shvar): regularize a shell variable by unexpanding shell variables in it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b9b702eef..d1131a24d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Feb 19 15:49:58 2013 Nobuyoshi Nakada + + * configure.in (unexpand_shvar): regularize a shell variable by + unexpanding shell variables in it. + + * configure.in (shvar_to_cpp): do not substitute exec_prefix itself + with RUBY_EXEC_PREFIX, which cause recursive definition. + [ruby-core:52296] [Bug #7860] + + * configure.in: unexpand arch sitearch and exec_prefix values, so + directly specified bindir, libdir, rubyprefix, etc can be properly + substituted. [ruby-core:52296] [Bug #7860] + Tue Feb 19 14:08:46 2013 Eric Hodel * backport r39307 from trunk. [Bug #7880] -- cgit v1.2.3