changeset 9846:1d90fc211872

configure.ac: report freetype, fontconfig, and fltk cflags and libs info
author John W. Eaton <jwe@octave.org>
date Sat, 21 Nov 2009 21:44:51 -0500
parents 722bd8f6a750
children 131d8c70920a
files ChangeLog configure.ac
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 21 21:34:18 2009 -0500
+++ b/ChangeLog	Sat Nov 21 21:44:51 2009 -0500
@@ -1,3 +1,9 @@
+2009-11-21  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (AC_MSG_NOTICE): Report graphics (fltk) CFLAGS.
+	Report fontconfig CFLAGS and LIBS.
+	Report freetype2 CFLAGS and LIBS.
+
 2009-11-21  John W. Eaton  <jwe@octave.org>
 
 	* common.mk: Substitute FT2_CFLAGS.
--- a/configure.ac	Sat Nov 21 21:34:18 2009 -0500
+++ b/configure.ac	Sat Nov 21 21:44:51 2009 -0500
@@ -2199,10 +2199,15 @@
   FFTW3F CPPFLAGS:             $FFTW3F_CPPFLAGS
   FFTW3F LDFLAGS:              $FFTW3F_LDFLAGS
   FFTW3F libraries:            $FFTW3F_LIBS
-  FLTK backend libs:           $GRAPHICS_LIBS
+  fontconfig CFLAGS:           $FONTCONFIG_CFLAGS
+  fontconfig LIBS:             $FONTCONFIG_LIBS
+  FT2_CFLAGS:                  $FT2_CFLAGS
+  FT2_LIBS:                    $FT2_LIBS
   GLPK CPPFLAGS:               $GLPK_CPPFLAGS
   GLPK LDFLAGS:                $GLPK_LDFLAGS
   GLPK libraries:              $GLPK_LIBS
+  graphics CFLAGS:             $GRAPHICS_CFLAGS
+  graphics LIBS:               $GRAPHICS_LIBS
   GraphicsMagick++ CPPFLAGS:   $MAGICK_CPPFLAGS
   GraphicsMagick++ LDFLAGS:    $MAGICK_LDFLAGS
   GraphicsMagick++ libraries:  $MAGICK_LIBS