1
0
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:
dan
1999-03-30 22:14:17 +00:00
parent 5f8c82969b
commit e1001cb0db
19 changed files with 39 additions and 24 deletions

4
configure vendored
View File

@@ -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)