Hi! I would like to propose this simple patch:
diff -Nru wmaker-crm.next/configure.ac wmaker-crm.next.patched/configure.ac --- wmaker-crm.next/configure.ac 2015-06-20 08:53:05.000000000 +0200 +++ wmaker-crm.next.patched/configure.ac 2015-06-20 08:53:41.000000000 +0200 @@ -281,6 +281,8 @@ _bindir=`eval echo $bindir` _bindir=`eval echo $_bindir` +_libdir=`eval echo $libdir` +_libdir=`eval echo $_libdir` lib_search_path='-L${libdir}' @@ -937,7 +939,7 @@ echo echo "Installation path prefix : $prefix" echo "Installation path for binaries : $_bindir" -echo "Installation path for libraries : $libdir" +echo "Installation path for libraries : $_libdir" echo "Installation path for WPrefs.app : $wprefs_base_dir" | sed -e 's|\${prefix}|'"$prefix|" echo "Supported core features: :$supported_core" echo "Supported X extensions: :$supported_xext" It would fix the output status of the configure script which currently gives output such as this: <output> Window Maker was configured as follows: Installation path prefix : /usr/local/windowmaker-0.95.7.next Installation path for binaries : /usr/local/windowmaker-0.95.7.next/bin Installation path for libraries : ${exec_prefix}/lib Installation path for WPrefs.app : /usr/local/windowmaker-0.95.7.next Supported core features: : Animations MWMHints XDnD Supported X extensions: : XShape XShm Xinerama RandR Supported graphic format libraries : XPM PNG JPEG GIF TIFF WebP Magick builtin-PPM Unsupported features : Antialiased text support in WINGs : yes Pango text layout support in WINGs : no Translated languages to support : disabled </output> instead of something like this: <output> Window Maker was configured as follows: Installation path prefix : /usr/local/windowmaker-0.95.7.next Installation path for binaries : /usr/local/windowmaker-0.95.7.next/bin Installation path for libraries : /usr/local/windowmaker-0.95.7.next/lib Installation path for WPrefs.app : /usr/local/windowmaker-0.95.7.next Supported core features: : Animations MWMHints XDnD Supported X extensions: : XShape XShm Xinerama RandR Supported graphic format libraries : XPM PNG JPEG GIF TIFF WebP Magick builtin-PPM Unsupported features : Antialiased text support in WINGs : yes Pango text layout support in WINGs : no Translated languages to support : disabled </output> -- Josip Deanovic -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.