mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* template/verconf.h.in: typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
434f0abd02
commit
d5cb69007b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu May 16 14:59:33 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* template/verconf.h.in: typos.
|
||||
|
||||
Thu May 16 13:12:27 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* template/verconf.h.in: generate verconf.h from the template and
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
#define RUBY_BASE_NAME "${RUBY_BASE_NAME}"
|
||||
#define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION
|
||||
% if C["RUBY_LIB_VERSION_STYLE"]
|
||||
#define RUBY_LIB_VERSION_STYLE ${RUBY_LIB_VERSION_STYLE}
|
||||
#define RUBY_LIB_VERSION_STYLE "${RUBY_LIB_VERSION_STYLE}"
|
||||
% else
|
||||
#define RUBY_LIB_VERSION ${RUBY_LIB_VERSION}
|
||||
#define RUBY_LIB_VERSION "${RUBY_LIB_VERSION}"
|
||||
% end
|
||||
#define RUBY_EXEC_PREFIX "${RUBY_EXEC_PREFIX}"
|
||||
#define RUBY_LIB_PREFIX "${rubylibprefix}"
|
||||
|
|
Loading…
Add table
Reference in a new issue