summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-17 04:14:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-17 04:14:51 +0000
commit3029014467c634c6b767e131c4d3f9beb3e44932 (patch)
treed0bd75c62624f52ebb5344dd82d5213f427136c5 /configure.in
parent08adad00ff5d9e567b2cc547e9f5a7ed33c8cb7a (diff)
Rename bin/ruby as exe/ruby
* common.mk, configure.in: rename the bin directory to run build executable as exe, to get rid of overwriting true files at the installation. [ruby-dev:50250] [Bug #13911] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ad94b75e5f..6b4d5e46b1 100644
--- a/configure.in
+++ b/configure.in
@@ -4028,7 +4028,7 @@ AS_CASE("$cross_compiling:${LIBPATHENV}", [yes:* | no:], [], [
AC_MSG_CHECKING(whether wrapper for $LIBPATHENV is needed)
AS_IF([env ${LIBPATHENV}=/lib /bin/sh -c ': ${'${LIBPATHENV}'?}' 2>/dev/null],
[AC_MSG_RESULT(no)],
- [PREP="$PREP"' bin/$(PROGRAM)'
+ [PREP="$PREP"' exe/$(PROGRAM)'
AC_MSG_RESULT(yes)]
)
])