mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 17:35:55 +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:
30
configure.ac
30
configure.ac
@@ -1007,25 +1007,33 @@ 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
|
||||||
|
|
||||||
|
|
||||||
echo
|
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 "Use assembly routines for wrlib: $asm_support"
|
echo "Xinerama extension support : $xinerama"
|
||||||
echo "Use inline MMX(tm) x86 assembly: $mmx_support"
|
echo "Use assembly routines for wrlib : $asm_support"
|
||||||
dnl echo "Sound support: yes"
|
echo "Use inline MMX(tm) x86 assembly : $mmx_support"
|
||||||
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