diff ChangeLog @ 6116:b64fb24bf4a0

[project @ 2006-10-27 18:04:49 by jwe]
author jwe
date Fri, 27 Oct 2006 18:04:50 +0000
parents 8e5edd73e504
children fabb1be5fd84
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 27 17:58:06 2006 +0000
+++ b/ChangeLog	Fri Oct 27 18:04:50 2006 +0000
@@ -1,3 +1,16 @@
+2006-10-27  John W. Eaton  <jwe@octave.org>
+
+	* aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI.
+	If texi2pdf is not found but texi2dvi is available, set TEXI2PDF
+	to "$TEXI2DVI --pdf".
+	(OCTAVE_PROG_GPERF, OCTAVE_PROG_GHOSTSCRIPT, OCTAVE_PROG_MAKEINFO,
+	OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF, OCTAVE_PROG_PERL,
+	OCTAVE_PROG_PYTHON, OCTAVE_PROG_DESKTOP_FILE_INSTALL): Simplify
+	calls to AC_CHECK_PROG.
+	(OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems.
+	* Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined.
+	From Michael Goffioul <michael.goffioul@swing.be>.
+
 2006-10-26  John W. Eaton  <jwe@octave.org>
 
 	* configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros