diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-16 04:36:23 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-16 19:45:02 -0400 |
commit | 9e2ef481aa86b01fbdc91d4908ad312bca85db89 (patch) | |
tree | e398192f445208ceb66051429897f5625912420c /build/configure.ac.features | |
parent | 2161cb5baf1287a4a1a448f09e7fa885f635bfd1 (diff) |
[configure.ac] Clean up report syntax
Diffstat (limited to 'build/configure.ac.features')
-rw-r--r-- | build/configure.ac.features | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/build/configure.ac.features b/build/configure.ac.features index f0f76fca..e23d9ce2 100644 --- a/build/configure.ac.features +++ b/build/configure.ac.features @@ -357,7 +357,9 @@ AC_DEFUN([CAIRO_REPORT], V="$CAIRO_VERSION_MAJOR.$CAIRO_VERSION_MINOR.$CAIRO_VERSION_MICRO" echo "" - echo "cairo (version $V [[$CAIRO_RELEASE_STATUS]]) will be compiled with the following surface backends:" + echo "cairo (version $V [[$CAIRO_RELEASE_STATUS]]) will be compiled with:" + echo "" + echo "The following surface backends:" echo " Image: yes (always builtin)" echo " Xlib: $use_xlib" echo " Xlib Xrender: $use_xlib_xrender" @@ -373,16 +375,16 @@ AC_DEFUN([CAIRO_REPORT], echo " BeOS: $use_beos" echo " DirectFB: $use_directfb" echo "" - echo "the following font backends:" + echo "The following font backends:" echo " User: yes (always builtin)" echo " FreeType: $use_ft" echo " Win32: $use_win32_font" echo " Quartz: $use_quartz_font" echo "" - echo "the following features:" + echo "The following functions:" echo " PNG functions: $use_png" echo "" - echo "and the following debug options:" + echo "And the following internal features:" echo " gcov support: $use_gcov" echo " test surfaces: $use_test_surfaces" echo " ps testing: $test_ps" |