From 605d357074d556a05a3fba2e85cbea36a3204248 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 1 May 2007 14:47:03 +0200 Subject: Tweaked configure output about the man pages suffix. --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 72b59f8..e3bc143 100644 --- a/configure.ac +++ b/configure.ac @@ -459,6 +459,11 @@ AC_OUTPUT([Makefile x11.pc x11-xcb.pc]) +man_pages_suffix=$LIBMAN_SUFFIX +if test -z "$man_pages_suffix"; then + man_pages_suffix=none +fi + echo "" echo "X11 will be built with the following settings:" echo " Loadable i18n module support: "$XLIB_LOADABLE_I18N @@ -472,6 +477,6 @@ echo " Internationalization support: "$XLOCALE echo " XF86BigFont support: "$XF86BIGFONT echo " XKB support: "$XKB echo " XLOCALEDIR environment variable support: "$ENABLE_XLOCALEDIR -echo " Manual pages installed: "$LIBMAN_SUFFIX +echo " Manual pages suffix: "$man_pages_suffix echo " Compose table cache enabled: "$COMPOSECACHE echo "" -- cgit v1.2.3