merges 26005 from trunk into ruby_1_9_1.

fixes [ruby-dev:39906].
--
* configure.in: default ac_cv_prog_CC to CC.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2010-05-03 03:06:07 +00:00
parent 8acba0bc1b
commit b1edd258a9
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Dec 5 13:19:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in: default ac_cv_prog_CC to CC.
Mon Feb 1 17:11:12 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* string (rb_string_value): warning for implicit conversion

View file

@ -99,6 +99,7 @@ then
AC_MSG_ERROR(cached CC is different -- throw away $cache_file
(it is also a good idea to do 'make clean' before compiling))
fi
test -z "$CC" || ac_cv_prog_CC="$CC"
if test "$program_prefix" = NONE; then
program_prefix=

View file

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_PATCHLEVEL 420
#define RUBY_PATCHLEVEL 421
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1