log4c-config.1 972 B

1234567891011121314151617181920212223242526
  1. .TH log4c 1 "Oct 2012"
  2. .SH NAME
  3. log4c-config - script to get information about the installed version of log4c
  4. .SH SYNOPSIS
  5. .B log4c-config
  6. [\-\-prefix] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
  7. .SH DESCRIPTION
  8. \fIlog4c-config\fP is a tool that is used to determine the compile and
  9. linker flags that should be used to compile and link programs that use
  10. \fIlog4c\fP.
  11. .SH OPTIONS
  12. \fIlog4c-config\fP accepts the following options:
  13. .TP 8
  14. .B \-\-version
  15. Print the currently installed version of \fIlog4c\fP on the standard output.
  16. .TP 8
  17. .B \-\-libs
  18. Print the linker flags that are necessary to link a \fIlog4c\fP program.
  19. .TP 8
  20. .B \-\-cflags
  21. Print the compiler flags that are necessary to compile a \fIlog4c\fP program.
  22. .TP 8
  23. .B \-\-prefix
  24. Print the prefix with which log4c was compiled.
  25. .SH AUTHOR
  26. This manual page was copied from xml2-config manpage written by Fredrik Hallenberg <hallon@lysator.liu.se>. It was modified by František Dvořák <valtri@civ.zcu.cz>.