wmaker: fix memory leak in the Workspace Map if there is no workspace (Coverity ...
[wmaker-crm.git] / doc / get-wutil-flags.1
blob635c3228797f5880ccb6d0c184995aaee5f88aa7
1 .TH "get-wutil-flags" "1" "22 March 2005"
2 .SH "NAME"
3 \fBget-wutil-flags\fP \- output libwutil compiler and linker flags (deprecated)
4 .PP
5 .SH "SYNOPSIS"
6 .B pkg-config
7 WUtil
8 .I \-\-cflags
9 .br
10 .B pkg-config
11 WUtil
12 .I \-\-libs
13 .SH "DESCRIPTION"
14 \fBget-wutil-flags\fP used to provide the compilation and link flags for programs that use
15 the \fIWutil\fP library, before \fBpkg-config\fP became the universal way to handle these
16 developer configurations. The script is now deprecated and you should use instead:
17 .TP
18 .BR pkg-config " WUtil \fI\-\-cflags\fP"
19 to get the flags for the compiler
20 .TP
21 .BR pkg-config " WUtil \fI\-\-libs\fP"
22 to get the flags for the linker
23 .SH "IMPORTANT NOTE"
24 As with every deprecated stuff, the script \fBget-wutil-flags\fR will be removed soon,
25 so you should update your script quickly while you know about it.
26 .SH "AUTHOR"
27 get-wutil-flags is part of Window Maker, which was written by
28 Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
29 with contributions from many people around the Internet.
30 .PP
31 This man page was written by Frederik Schueler <fschueler@gmx.net> for the
32 Debian GNU/Linux system (but may be used by others).