airinv-config - Man Page

Configuration Script for the C++ Simulated Airline Inventory Management System Library

Synopsis

airinv-config [--prefix] [--version] [--libs] [--cflags]

Description

airinv-config is a tool that is used by configure to determine the compiler and linker flags that should be used to compile and link programs that use AirInv. It is also used internally by the .m4 macros, that are included with AirInv, for GNU autoconf.

Options

airinv-config accepts the following options:

--help

Display this help and exit

--prefix

Show the AirInv installation prefix.

--version

Print the currently installed version of AirInv on the standard output.

--libs

Print the linker flags that are necessary to link with the AirInv library.

--cflags

Print the compiler flags that are necessary to compile with the AirInv library.

--sampledir

Show where the (StdAir CSV) sample files are located.

--mandir

Show where the manual pages are located.

--infodir

Show where the information pages are located.

--docdir

Show the documentation base directory.

--htmldocpath

Show where the HTML documentation is located.

--refmanpath

Show where the PDF documentation is located.

See Also

airinv(1), airinv_parseInventory(1), AirInvServer(1), AirInvClient(1), airinv-library(3)

Referenced By

airinv(1), AirInvClient(1), airinv-library(3), airinv_parseInventory(1), AirInvServer(1).