From 918d0b5af187ee76467e70226ce72d4507640083 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Sun, 15 Jan 2012 23:27:15 +0000 Subject: [PATCH] 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) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e358d95d..15e60436 100644 --- a/configure.ac +++ b/configure.ac @@ -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"