1stdair-config(1)                    StdAir                    stdair-config(1)
2
3
4

NAME

6       stdair-config - Configuration Script for the C++ Standard Airline IT
7       Object Library
8
9

SYNOPSIS

11       stdair-config [--prefix] [--version] [--libs] [--cflags]
12

DESCRIPTION

14       stdair-config is a tool that is used by configure to determine the
15       compiler and linker flags that should be used to compile and link
16       programs that use StdAir. It is also used internally by the .m4 macros,
17       that are included with StdAir, for GNU autoconf.
18

OPTIONS

20       stdair-config accepts the following options:
21
22       --help
23        Display this help and exit
24
25       --prefix
26        Show the StdAir installation prefix.
27
28       --version
29        Print the currently installed version of StdAir on the standard
30       output.
31
32       --libs
33        Print the linker flags that are necessary to link with the StdAir
34       library.
35
36       --cflags
37        Print the compiler flags that are necessary to compile with the StdAir
38       library.
39
40       --sampledir
41        Show where the (StdAir CSV) sample files are located.
42
43       --mandir
44        Show where the manual pages are located.
45
46       --infodir
47        Show where the information pages are located.
48
49       --docdir
50        Show the documentation base directory.
51
52       --htmldocpath
53        Show where the HTML documentation is located.
54
55       --refmanpath
56        Show where the PDF documentation is located.
57

SEE ALSO

59       stdair(1), boost-config(1), stdair-library(3)
60
62       Copyright © 2009-2011 Denis Arnaud
63
64       See the COPYING file for more information on the (LGPLv2+) license, or
65       directly on Internet:
66        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
67
68
69
70Version 1.00.8                  Fri Jan 31 2020               stdair-config(1)
Impressum