kompozer-config(1) script to get information about the installed version of KompoZer

SYNOPSIS

kompozer-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]

DESCRIPTION

kompozer-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link plugins/add-ons for KompoZer.

OPTIONS

kompozer-config accepts the following options:
--version
Print the currently installed version of KompoZer on the standard output.
--libs [libraries]
Print the linker flags that are necessary to link a KompoZer program.
--cflags [components]
Print the compiler flags that are necessary to compile a KompoZer program.
--prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that KompoZer was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options.
--exec-prefix=PREFIX
If specified, use PREFIX instead of the installation exec prefix that KompoZer was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. --idlflags Additional flags to be passed to the idl-compiler.

COPYRIGHT

Upstream Author: Fabien Cazenave <[email protected]>

Copyright: 1998-2007, Contributors

License: MPL 1.1 / GPL 2.0 or subsequent / LGPL 2.1 or subsequent