diff ChangeLog @ 7834:caab78e7e377

added checks for fltk & freetype in configure script * * * added fltk_backend * * * the fltk_backend now works but that's about it * * * fltk_backend now working * * * updated ChangeLogs with all changes * * * reverted backend::close_figure to using __plot_stream__ moved OpenGL includes into gl-render.h removed check for FL/glu.h * * * configure.in: fix unquoted variable warn_graphics. * * * fixed fltk test in configure.in and also some minor style problems
author Shai Ayal <shaiay@sourceforge.net>
date Sun, 17 Feb 2008 19:20:42 +0200
parents 13871b7de124
children 2a62d45fa21d
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 20 16:29:37 2008 +0100
+++ b/ChangeLog	Sun Feb 17 19:20:42 2008 +0200
@@ -1,5 +1,15 @@
+2008-06-04  Shai Ayal  <shaiay@users.sourceforge.net>
+
+	* configure.in: Remove check for Fl/glu.h header.
+
+	* aclocal.m4 (AC_CHECK_FT2): New macro to check for freetype2.
+
+	* configure.in: Check for FLTK and corresponding compiler flags.
+
 2008-06-04  Michael Goffioul <michael.goffioul@gmail.com>
 
+	* configure.in: Double-quote warn_graphics variable.
+
 	* aclocal.m4 (OCTAVE_OPENGL): New function to detect OpenGL
 	headers and libraries.
 	* configure.in (OCTAVE_OPENGL): Use it.