From ce4cfec88afb29ed59b61dcb8f84149823b9a5bc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Jul 2014 01:47:01 +0000 Subject: 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 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3