1XOSD(1) 1.0.1 XOSD(1)
2
3
4
6 xosd-config - script to get information about the installed version of
7 libxosd
8
10 xosd-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs]
11 [--cflags]
12
14 xosd-config is a tool that is used to configure to determine the com‐
15 piler and linker flags that should be used to compile and link programs
16 that use libxosd. It is also used internally to the .m4 macros for GNU
17 autoconf that are included with libxosd.
18
20 xosd-config accepts the following options:
21
22 --version
23 Print the currently installed version of libxosd on the stan‐
24 dard output.
25
26 --libs Print the linker flags that are necessary to link a libxosd
27 program.
28
29 --cflags
30 Print the compiler flags that are necessary to compile a libx‐
31 osd program.
32
33 --prefix=PREFIX
34 If specified, use PREFIX instead of the installation prefix
35 that libxosd was built with when computing the output for the
36 --cflags and --libs options. This option is also used for the
37 exec prefix if --exec-prefix was not specified. This option
38 must be specified before any --libs or --cflags options.
39
40 --exec-prefix=PREFIX
41 If specified, use PREFIX instead of the installation exec pre‐
42 fix that libxosd was built with when computing the output for
43 the --cflags and --libs options. This option must be specified
44 before any --libs or --cflags options.
45
47 Copyright © 1998 Owen Taylor
48
49 Permission to use, copy, modify, and distribute this software and its
50 documentation for any purpose and without fee is hereby granted, pro‐
51 vided that the above copyright notice appear in all copies and that
52 both that copyright notice and this permission notice appear in sup‐
53 porting documentation.
54
55 This manual page was adapted by Philipp Hahn <pmhahn@titan.lahn.de>,
56 for the Debian GNU/Linux system (but may be used by others).
57
58
59
60Version 13 August 2002 XOSD(1)