diff acinclude.m4 @ 12220:052bd17c3e74

acinclude.m4 (OCTAVE_PROG_GHOSTSCRIPT): update warning message
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 03:34:01 -0500
parents eceacb78aa7f
children
line wrap: on
line diff
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -574,7 +574,7 @@
   AC_CHECK_PROGS(GHOSTSCRIPT, [$gs_names])
   if test -z "$GHOSTSCRIPT"; then
     GHOSTSCRIPT='$(top_srcdir)/missing gs'
-    warn_ghostscript="I didn't find ghostscript, but it's only a problem if you need to reconstruct figures for the manual"
+    warn_ghostscript="I didn't find ghostscript, so reconstructing figures for the manual will fail, and saving graphics in some output formats will fail when using Octave"
     AC_MSG_WARN([$warn_ghostscript])
   fi
   AC_SUBST(GHOSTSCRIPT)