mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
A few small fixes before 0.52.0 release.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -5685,7 +5685,7 @@ WCFLAGS="-I\$prefix/include $inc_search_path"
|
||||
WLFLAGS="-L\$exec_prefix/lib $lib_search_path"
|
||||
WLIBS="-lwraster $GFXLIBS $XLIBS -lm"
|
||||
|
||||
usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--lflags#rp# #lp#--libs#rp#"
|
||||
usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
|
||||
|
||||
if test \$# -eq 0; then
|
||||
echo "\${usage}" 1>&2
|
||||
@@ -5697,7 +5697,7 @@ while test \$# -gt 0; do
|
||||
--cflags)
|
||||
echo \$WCFLAGS
|
||||
;;
|
||||
--lflags)
|
||||
--ldflags|--lflags)
|
||||
echo \$WLFLAGS
|
||||
;;
|
||||
--libs)
|
||||
|
||||
Reference in New Issue
Block a user