]> git.pld-linux.org Git - packages/aalib.git/blame - aalib-config.1
- fix building with texinfo 5.x
[packages/aalib.git] / aalib-config.1
CommitLineData
73e88179 1.TH AALIB 1
2.SH NAME
3aalib-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
10the compiler and linker flags that should be used to compile
11and link programs that use \fIaalib\fP. It is also used internally
12to 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
19Print the currently installed version of \fIaalib\fP on the standard output.
20.TP 8
21.B \-\-libs
22Print the linker flags that are necessary to link a \fIaalib\fP program.
23.TP 8
24.B \-\-cflags
25Print the compiler flags that are necessary to compile a \fIaalib\fP program.
26.TP 8
27.B \-\-prefix=PREFIX
28If specified, use PREFIX instead of the installation prefix that \fIaalib\fP
29was built with when computing the output for the \-\-cflags and
30\-\-libs options. This option is also used for the exec prefix
31if \-\-exec\-prefix was not specified. This option must be specified
32before any \-\-libs or \-\-cflags options.
33.TP 8
34.B \-\-exec\-prefix=PREFIX
35If specified, use PREFIX instead of the installation exec prefix that
36\fIaalib\fP was built with when computing the output for the \-\-cflags
37and \-\-libs options. This option must be specified before any
38\-\-libs or \-\-cflags options.
39.SH COPYRIGHT
40Copyright \(co 1998 Owen Taylor
41
42Permission to use, copy, modify, and distribute this software and its
43documentation for any purpose and without fee is hereby granted,
44provided that the above copyright notice appear in all copies and that
45both that copyright notice and this permission notice appear in
46supporting documentation.
47
48Modified for aalib by Joey Hess
This page took 0.067568 seconds and 4 git commands to generate.