1sipwitch-config(1) GNU Telephony sipwitch-config(1)
2
3
4
6 sipwitch-config - script to get information about sipwitch library
7
9 sipwitch-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
10 [--cflags] [--libs]
11
13 sipwitch-config is a tool that is used to configure to determine the
14 compiler and linker flags that should be used to compile and link pro‐
15 grams that use the sipwitch library. Note: sipwitch-config is provided
16 for compatibility with legacy software only. Current projects should
17 use pkg-config instead!
18
20 --version
21 Print the currently installed version of sipwitch on the stan‐
22 dard output.
23
24 --libs Print the linker flags that are necessary to link a program with
25 sipwitch.
26
27 --cflags
28 Print the compiler flags that are necessary to compile a program
29 with sipwitch.
30
31 --prefix=PREFIX
32 If specified, use PREFIX instead of the installation prefix that
33 sipwitch was built with when computing the output for the
34 --cflags and --libs options. This option is also used for the
35 exec prefix if --exec-prefix was not specified. This option must
36 be specified before any --libs or --cflags options.
37
38 --exec-prefix=PREFIX
39 If specified, use PREFIX instead of the installation exec prefix
40 that sipwitch was built with when computing the output for the
41 --cflags and --libs options. This option must be specified
42 before any --libs or --cflags options.
43
45 pkg-config(1).
46
48 sipwitch-config was written by David Sugar <dyfet@gnutelephony.org>.
49
51 Copyright © 2009 David Sugar, Tycho Softworks.
52 This is free software; see the source for copying conditions. There is
53 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
54 PURPOSE.
55
56
57
58
59
60
61GNU SIP Witch July 2009 sipwitch-config(1)