aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 01:47:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 01:47:01 +0000
commitce4cfec88afb29ed59b61dcb8f84149823b9a5bc (patch)
treefa8eb29f43ad202f8a7f9e65a72e9475d57477de /Makefile.in
parent2de10af7791b5ca724522df604a2bc4276018599 (diff)
downloadruby-ce4cfec88afb29ed59b61dcb8f84149823b9a5bc.tar.gz
configure.in: with-destdir
* configure.in: add --with-destdir option which sets default destination directory to install. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8aff0b1903..fefb17cff9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -184,6 +184,8 @@ MESSAGE_END = ; do echo "$$line"; done
ECHO_BEGIN = @sep=''; for word in
ECHO_END = ; do echo @ECHO_N@ "$$sep'$$word'@ECHO_C@"; sep=' '; done; echo
+DESTDIR = @DESTDIR@
+
configure_args = @configure_args@
#### End of variables