From: oetiker Date: Thu, 21 Feb 2008 07:21:34 +0000 (+0000) Subject: make ruby obej destdir X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f90d437e6c3d7d67496b44749272d4bd7cbfbfe0;p=rrdtool-all.git make ruby obej destdir git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1295 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index f2384275..faadace6 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -657,7 +657,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,