From: oetiker Date: Thu, 21 Feb 2008 07:20:49 +0000 (+0000) Subject: make ruby obey destdir X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=0e7efaaf4b79d5684ed068df3e04f3544cc0a4ea;hp=571b5a66c6b84e743cf3b369e2c386eac5750810 make ruby obey destdir git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1294 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index 0b092c1..93b2794 100644 --- a/configure.ac +++ b/configure.ac @@ -741,7 +741,7 @@ AC_ARG_ENABLE(ruby-site-install, together with rrdtool in $prefix/lib/ruby. You have to add $prefix/lib/ruby/$ruby_version/$sitearch to you $: variable for ruby to find the RRD.so file.], -[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$prefix/lib/ruby"]) +[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir="'$(DESTDIR)'"$prefix/lib/ruby"]) AC_ARG_WITH(ruby-options,