comparison src/ChangeLog @ 7954:3ffc34caec65

configure fixes
author John W. Eaton <jwe@octave.org>
date Mon, 21 Jul 2008 11:47:30 -0400
parents 4e5bea7f985a
children a73b80cd1f10
comparison
equal deleted inserted replaced
7953:efabe34cce70 7954:3ffc34caec65
1 2008-07-21 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/fltk_backend.cc: Don't include oct.h.
4 Make compilation of entire file conditional on HAVE_FLTK.
5
6 * gl-render.cc: Make compilation of entire file conditional on
7 HAVE_OPENGL.
8
9 * Makefile.in (GL_RENDER_SRC, FLTK_BACKEND_SRC): Delete variables.
10 (DLD_XSRC): Always include fltk_backend.cc in the list.
11 (DIST_SRC): Always include gl-render.cc in the list.
12
1 2008-07-19 John W. Eaton <jwe@octave.org> 13 2008-07-19 John W. Eaton <jwe@octave.org>
2 14
3 * version.h (OCTAVE_VERSION): Now 3.1.50+. 15 * version.h (OCTAVE_VERSION): Now 3.1.50+.
4 (OCTAVE_API_VERSION): Now api-v33+. 16 (OCTAVE_API_VERSION): Now api-v33+.
5 17