mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 20:35:54 +01:00
small update to display if xinerama is supported in the configure summary. nicer display for the summary too.
This commit is contained in:
18
configure.ac
18
configure.ac
@@ -1007,7 +1007,13 @@ supported_gfx="$supported_gfx builtin-PPM"
|
|||||||
if test "x$MOFILES" = "x"; then
|
if test "x$MOFILES" = "x"; then
|
||||||
mof=none
|
mof=none
|
||||||
else
|
else
|
||||||
mof=$MOFILES
|
mof=`echo $MOFILES`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "x$MOFILES" = "x"; then
|
||||||
|
languages=none
|
||||||
|
else
|
||||||
|
languages=`echo $MOFILES | sed 's/.mo//g'`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@@ -1015,17 +1021,19 @@ echo
|
|||||||
echo "Window Maker was configured as follows:"
|
echo "Window Maker was configured as follows:"
|
||||||
echo
|
echo
|
||||||
echo "Installation path prefix : $prefix"
|
echo "Installation path prefix : $prefix"
|
||||||
echo "Installation path prefix for binaries: $_bindir"
|
echo "Installation path for binaries : $_bindir"
|
||||||
echo "Installation path for WPrefs.app : $wprefsdir" | sed -e 's|\$(prefix)|'"$prefix|"
|
echo "Installation path for WPrefs.app : $wprefsdir" | sed -e 's|\$(prefix)|'"$prefix|"
|
||||||
echo "Graphic format libraries: $supported_gfx"
|
echo "Supported graphic format libraries : $supported_gfx"
|
||||||
echo "Antialiased font support for WINGs : $xft"
|
echo "Antialiased font support for WINGs : $xft"
|
||||||
|
echo "Xinerama extension support : $xinerama"
|
||||||
echo "Use assembly routines for wrlib : $asm_support"
|
echo "Use assembly routines for wrlib : $asm_support"
|
||||||
echo "Use inline MMX(tm) x86 assembly : $mmx_support"
|
echo "Use inline MMX(tm) x86 assembly : $mmx_support"
|
||||||
dnl echo "Sound support: yes"
|
|
||||||
echo "Translated message files to install : $mof"
|
echo "Translated message files to install : $mof"
|
||||||
|
dnl echo "Supported languages beside English : $languages"
|
||||||
if test "x$MOFILES" != "x"; then
|
if test "x$MOFILES" != "x"; then
|
||||||
echo "Installation path of translated messages: $NLSDIR" | sed -e 's|\$(prefix)|'"$prefix|"
|
echo "Installation path for translations : $NLSDIR" | sed -e 's|\$(prefix)|'"$prefix|"
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
|
|
||||||
dnl WM_PRINT_REDCRAP_BUG_STATUS
|
dnl WM_PRINT_REDCRAP_BUG_STATUS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user