mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: default ac_cv_prog_CC to CC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8f591c434d
commit
cf912b4421
3 changed files with 8 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
Fri Dec 4 21:51:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* marshal.c (marshal_load): should set taintness. [ruby-dev:39723]
|
||||
|
|
|
|||
|
|
@ -69,6 +69,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=
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#define RUBY_VERSION "1.8.8"
|
||||
#define RUBY_RELEASE_DATE "2009-12-04"
|
||||
#define RUBY_RELEASE_DATE "2009-12-05"
|
||||
#define RUBY_VERSION_CODE 188
|
||||
#define RUBY_RELEASE_CODE 20091204
|
||||
#define RUBY_RELEASE_CODE 20091205
|
||||
#define RUBY_PATCHLEVEL -1
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
#define RUBY_VERSION_TEENY 8
|
||||
#define RUBY_RELEASE_YEAR 2009
|
||||
#define RUBY_RELEASE_MONTH 12
|
||||
#define RUBY_RELEASE_DAY 4
|
||||
#define RUBY_RELEASE_DAY 5
|
||||
|
||||
#ifdef RUBY_EXTERN
|
||||
RUBY_EXTERN const char ruby_version[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue