Mercurial > hg > octave-thorsten
changeset 12300:d1ab54dcec38 release-3-4-x
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 | 96db5945cfd7 |
children | 3eb4049b5393 |
files | ChangeLog acinclude.m4 |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-30 John W. Eaton <jwe@octave.org> + + * acinclude.m4 (OCTAVE_PROG_GHOSTSCRIPT): Update warning message. + 2011-01-30 John W. Eaton <jwe@octave.org> * configure.ac: Remove code to print warning for missing ARPACK.
--- 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)