mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 14:54:13 +01:00
configure: Also display the library dir in the summary
The summary now looks like: Window Maker was configured as follows: Installation path prefix : /usr/local Installation path for binaries : /usr/local/bin Installation path for libraries : /usr/lib64 Installation path for WPrefs.app : /usr/local Supported graphic format libraries : XPM PNG JPEG TIFF builtin-PPM Antialiased text support in WINGs : yes Xinerama extension support : yes XRandR extension support : yes Translated message files to install : None I want to see the library line in order to avoid forgetting that I should put them in /usr/lib64 (and not in the defaul /usr/local/lib)
This commit is contained in:
@@ -914,6 +914,7 @@ echo "Window Maker was configured as follows:"
|
||||
echo
|
||||
echo "Installation path prefix : $prefix"
|
||||
echo "Installation path for binaries : $_bindir"
|
||||
echo "Installation path for libraries : $libdir"
|
||||
echo "Installation path for WPrefs.app : $wprefs_base_dir" | sed -e 's|\${prefix}|'"$prefix|"
|
||||
echo "Supported graphic format libraries : $supported_gfx"
|
||||
echo "Antialiased text support in WINGs : $xft"
|
||||
|
||||
Reference in New Issue
Block a user