]> git.pld-linux.org Git - packages/aalib.git/blob - aalib-config.1
- fix building with texinfo 5.x
[packages/aalib.git] / aalib-config.1
1 .TH AALIB 1
2 .SH NAME
3 aalib-config - script to get information about the installed version of aalib
4 .SH SYNOPSIS
5 .B aalib-config
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
7 .SH DESCRIPTION
8 .PP
9 \fIaalib-config\fP is a tool that is used to configure to determine
10 the compiler and linker flags that should be used to compile
11 and link programs that use \fIaalib\fP. It is also used internally
12 to the .m4 macros for GNU autoconf that are included with \fIaalib\fP.
13 .
14 .SH OPTIONS
15 .l
16 \fIaalib-config\fP accepts the following options:
17 .TP 8
18 .B  \-\-version
19 Print the currently installed version of \fIaalib\fP on the standard output.
20 .TP 8
21 .B  \-\-libs
22 Print the linker flags that are necessary to link a \fIaalib\fP program.
23 .TP 8
24 .B  \-\-cflags
25 Print the compiler flags that are necessary to compile a \fIaalib\fP program.
26 .TP 8
27 .B  \-\-prefix=PREFIX
28 If specified, use PREFIX instead of the installation prefix that \fIaalib\fP
29 was built with when computing the output for the \-\-cflags and
30 \-\-libs options. This option is also used for the exec prefix
31 if \-\-exec\-prefix was not specified. This option must be specified
32 before any \-\-libs or \-\-cflags options.
33 .TP 8
34 .B  \-\-exec\-prefix=PREFIX
35 If specified, use PREFIX instead of the installation exec prefix that
36 \fIaalib\fP was built with when computing the output for the \-\-cflags
37 and \-\-libs options.  This option must be specified before any
38 \-\-libs or \-\-cflags options.
39 .SH COPYRIGHT
40 Copyright \(co  1998 Owen Taylor
41
42 Permission to use, copy, modify, and distribute this software and its
43 documentation for any purpose and without fee is hereby granted,
44 provided that the above copyright notice appear in all copies and that
45 both that copyright notice and this permission notice appear in
46 supporting documentation.
47
48 Modified for aalib by Joey Hess
This page took 0.077912 seconds and 3 git commands to generate.