octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build without gnuplot


From: Mike Miller
Subject: Re: build without gnuplot
Date: Tue, 24 Apr 2012 20:34:36 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Apr 24, 2012 at 04:16:36PM -0400, Ben Abbott wrote:
> I tried ...
> 
> $ hg diff
> diff --git a/configure.ac b/configure.ac
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2483,6 +2483,9 @@
>      AC_MSG_WARN([installed, but you won't be able to use any of Octave's])
>      AC_MSG_WARN([plotting commands without it.])
>    fi
> +  DOCDIR=
> +  AC_MSG_WARN([])
> +  AC_MSG_WARN([Building the documentation has been disabled.])
>    AC_MSG_WARN([])
>    AC_MSG_WARN([If gnuplot is installed, but isn't in your path, you can])
>    AC_MSG_WARN([tell Octave where to find it by using the gnuplot_binary])
> 
> And my build ended with ...
> [...]
> 
> It appears "make" is still trying to build the docs.

Ok, finally at my dev box, attached works for me, let me know if it
works for you.  The change to the doc variable and conditional has to be
done before AC_OUTPUT so it can't go with the warning sections at the
very end of the script.  I put it near OCTAVE_PROG_GNUPLOT for locality.

-- 
mike

Attachment: octave-4dc85c4f151b.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]