[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-320-gf3ac6bb

crmafra <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
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 <[email protected]>
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 [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.