Mercurial > hg > octave-lyh
diff acinclude.m4 @ 9939:f0f7c2477cdb
more makefile tweaks
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 08 Dec 2009 02:57:58 -0500 |
parents | ac69e6f4b33d |
children | 411325ce32d7 |
line wrap: on
line diff
--- a/acinclude.m4 +++ b/acinclude.m4 @@ -643,9 +643,10 @@ AC_MSG_WARN([plotting commands without it.]) AC_MSG_WARN([]) AC_MSG_WARN([If gnuplot is installed but it isn't in your path, you can]) - AC_MSG_WARN([tell Octave where to find it by typing the command]) + AC_MSG_WARN([tell Octave where to find it using the gnuplot_binary]) + AC_MSG_WARN([function. For example,]) AC_MSG_WARN([]) - AC_MSG_WARN([gnuplot_binary = "/full/path/to/gnuplot/binary"]) + AC_MSG_WARN([gnuplot_binary ("/full/name/of/gnuplot/binary")]) AC_MSG_WARN([]) AC_MSG_WARN([at the Octave prompt.]) AC_MSG_WARN([])