summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-06 08:32:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-06 08:32:48 +0000
commitd32b122996778828f5d5f2ea58b0d2a8c0da7ede (patch)
tree8a0f826d988967324473c9658a8d8973b24dd59f /template
parent85aae4c658cd515a02fcc646fa1d1d67aed2c2c6 (diff)
configure.in: RUBY_VERSION_NAME
* configure.in (RUBY_VERSION_NAME), template/ruby.pc.in: add substitution and define. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/ruby.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/ruby.pc.in b/template/ruby.pc.in
index 2d6716c73c..7bb9c0d17c 100644
--- a/template/ruby.pc.in
+++ b/template/ruby.pc.in
@@ -11,6 +11,7 @@ TEENY=@TEENY@
ruby_version=@ruby_version@
RUBY_PROGRAM_VERSION=@RUBY_PROGRAM_VERSION@
RUBY_BASE_NAME=@RUBY_BASE_NAME@
+RUBY_VERSION_NAME=@RUBY_VERSION_NAME@
RUBY_SO_NAME=@RUBY_SO_NAME@
RUBY_INSTALL_NAME=@RUBY_INSTALL_NAME@
DEFFILE=@DEFFILE@