1log4c(1) General Commands Manual log4c(1)
2
3
4
6 log4c-config - script to get information about the installed version of
7 log4c
8
10 log4c-config [--prefix] [--libs] [--cflags] [--version] [--help]
11
13 log4c-config is a tool that is used to determine the compile and linker
14 flags that should be used to compile and link programs that use log4c.
15
17 log4c-config accepts the following options:
18
19 --version
20 Print the currently installed version of log4c on the standard
21 output.
22
23 --libs Print the linker flags that are necessary to link a log4c pro‐
24 gram.
25
26 --cflags
27 Print the compiler flags that are necessary to compile a log4c
28 program.
29
30 --prefix
31 Print the prefix with which log4c was compiled.
32
34 This manual page was copied from xml2-config manpage written by Fredrik
35 Hallenberg <hallon@lysator.liu.se>. It was modified by František Dvořák
36 <valtri@civ.zcu.cz>.
37
38
39
40 Oct 2012 log4c(1)