1ucommon-config(1) GNU Telephony ucommon-config(1)
2
3
4
6 ucommon-config - script to get information about ucommon library
7
9 ucommon-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
10 [--cflags] [--libs] [--includes] [--plugins] [--secure] [--scripting]
11 [--audiolibs]
12
14 ucommon-config is a tool that is used to configure to determine the
15 compiler and linker flags that should be used to compile and link pro‐
16 grams that use the ucommon library. Note: ucommon-config is provided
17 for compatibility with legacy software only. Current projects should
18 use pkg-config instead!
19
21 --version
22 Print the currently installed version of ucommon on the standard
23 output.
24
25 --audiolibs
26 Print additional linker flags needed to link a program with
27 ucommontelephonicaudiolibrary
28
29 --secure
30 Print additional libraries needed to link a program with ucom‐
31 monsecurecrytographiclibrary
32
33 --scripting
34 Print additional linker flags needed to link a program with
35 ucommonscriptlibrary
36
37 --includes
38 Print the include directory for ucommonheaders
39
40 --libs Print the linker flags that are necessary to link a program with
41 ucommon
42
43 --plugins
44 Print the directory for ucommonplugins
45
46 --cflags
47 Print the compiler flags that are necessary to compile a program
48 with ucommon
49
50 --prefix=PREFIX
51 If specified, use PREFIX instead of the installation prefix that
52 ucommon was built with when computing the output for the
53 --cflags and --libs options. This option is also used for the
54 exec prefix if --exec-prefix was not specified. This option must
55 be specified before any --libs or --cflags options.
56
57 --exec-prefix=PREFIX
58 If specified, use PREFIX instead of the installation exec prefix
59 that ucommon was built with when computing the output for the
60 --cflags and --libs options. This option must be specified
61 before any --libs or --cflags options.
62
64 pkg-config(1).
65
67 ucommon-config was written by David Sugar <dyfet@gnutelephony.org>.
68
70 Copyright © 2009 David Sugar, Tycho Softworks.
71 This is free software; see the source for copying conditions. There is
72 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
73 PURPOSE.
74
75
76
77
78
79
80GNU Common C++ uCommon July 2009 ucommon-config(1)