mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 39291:
* configure.in: remove debug print. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7a730fe143
commit
2fbe19cc4e
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Mar 4 23:53:18 2013 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||
|
||||
(merge r39291)
|
||||
* configure.in (opt-dir): remove debug print.
|
||||
|
||||
Mon Mar 4 23:42:34 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz
|
||||
|
|
|
@ -2377,13 +2377,11 @@ AC_ARG_WITH(opt-dir,
|
|||
[
|
||||
val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -I\1/include|g;s/^ //"`
|
||||
CPPFLAGS="$CPPFLAGS $val"
|
||||
set -x
|
||||
val=`IFS="$PATH_SEPARATOR"
|
||||
for dir in $withval; do
|
||||
echo x ${LIBPATHFLAG} ${RPATHFLAG} |
|
||||
sed "s/^x *//;s${IFS}"'%1\\$-s'"${IFS}${dir}/lib${IFS}g;s${IFS}%s${IFS}${dir}/lib${IFS}g"
|
||||
done | tr '\012' ' '`
|
||||
set +x
|
||||
LDFLAGS_OPTDIR="$val"
|
||||
LDFLAGS="$LDFLAGS${LDFLAGS:+ }$val"
|
||||
DLDFLAGS="$DLDFLAGS${DLDFLAGS:+ }$val"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.0.0"
|
||||
#define RUBY_RELEASE_DATE "2013-03-04"
|
||||
#define RUBY_PATCHLEVEL 12
|
||||
#define RUBY_PATCHLEVEL 13
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2013
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue