iax-config(1)
NAME
iax-config - get information about the installed version of libiax2
SYNOPSIS
iax-config [--prefix[=/path]] [--exec-prefix[=/path]] [--libs] [--cflags] [--version]
DESCRIPTION
iax-config is a tool that is used to determine the compiler and linker flags that should be used to compile and link a program using libiax2.
OPTIONS
iax-config accepts the following options:
- --version
- Print the currently installed version of libiax2 on the standard output.
- --libs Print the additional libraries that are necessary to link a
- program against libiax2.
- --cflags
- Print the compiler flags that are necessary to compile a program using libiax2.
- --prefix[=/path]
- Print the prefix used during compilation of libiax2. Optionally modifies the prefix in the output of the --libs and --cflags options.
- --exec-prefix[=/path]
- Print the exec-prefix used during compilation of libiax2. Optionally modifies the exec-prefix in the output of the --libs and --cflags options.
AUTHOR
- This manual page was written by Julien BLACHE <jblache@debian.org>, for
the Debian GNU/Linux system (but may be used by others).