mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
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
...
This commit is contained in:
committed by
Carlos R. Mafra
parent
6691a653a7
commit
0dfb42caae
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user