comparison 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
comparison
equal deleted inserted replaced
6115:bade9ff1814b 6116:b64fb24bf4a0
1 2006-10-27 John W. Eaton <jwe@octave.org>
2
3 * aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI.
4 If texi2pdf is not found but texi2dvi is available, set TEXI2PDF
5 to "$TEXI2DVI --pdf".
6 (OCTAVE_PROG_GPERF, OCTAVE_PROG_GHOSTSCRIPT, OCTAVE_PROG_MAKEINFO,
7 OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF, OCTAVE_PROG_PERL,
8 OCTAVE_PROG_PYTHON, OCTAVE_PROG_DESKTOP_FILE_INSTALL): Simplify
9 calls to AC_CHECK_PROG.
10 (OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems.
11 * Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined.
12 From Michael Goffioul <michael.goffioul@swing.be>.
13
1 2006-10-26 John W. Eaton <jwe@octave.org> 14 2006-10-26 John W. Eaton <jwe@octave.org>
2 15
3 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros 16 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros
4 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT 17 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT
5 and OCTAVE_IMPORT. 18 and OCTAVE_IMPORT.