diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-05-01 14:47:03 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-05-01 14:47:03 +0200 |
commit | 605d357074d556a05a3fba2e85cbea36a3204248 (patch) | |
tree | 54ee19a0a66dcfa2ce57ebd5ca38942d19338406 | |
parent | 9824b40d2af4ca2376512c1be7743da0d5065900 (diff) |
Tweaked configure output about the man pages suffix.
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
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 "" |