diff configure.ac @ 9939:f0f7c2477cdb

more makefile tweaks
author John W. Eaton <jwe@octave.org>
date Tue, 08 Dec 2009 02:57:58 -0500
parents c1210502785b
children 55061c7c8d6e
line wrap: on
line diff
--- a/configure.ac	Tue Dec 08 01:53:23 2009 -0500
+++ b/configure.ac	Tue Dec 08 02:57:58 2009 -0500
@@ -2419,12 +2419,15 @@
   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([])
+  AC_MSG_WARN([Setting default value to $GNUPLOT])
+  AC_MSG_WARN([])
   warn_msg_printed=true
 fi