This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  f3ac6bb9233a0be20c2c6f0b8c09c6419410cb0f (commit)
      from  84284e604e72fc4e54f01eaef1caf70a97c6065f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/f3ac6bb9233a0be20c2c6f0b8c09c6419410cb0f

commit f3ac6bb9233a0be20c2c6f0b8c09c6419410cb0f
Author: Josip Deanovic <djosip+n...@linuxpages.net>
Date:   Sat Jun 20 09:14:45 2015 +0200

    configure: Fix output of libdir directory in summary
    
    This patch fixes 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
    ...

diff --git a/configure.ac b/configure.ac
index 2b01108..589c7c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,6 +281,8 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
 _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 "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 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"

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


repo.or.cz automatic notification. Contact project admin crma...@gmail.com
if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to