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