3 aalib-config - script to get information about the installed version of aalib
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-static-libs] [\-\-cflags]
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.
15 \fIaalib-config\fP accepts the following options:
18 Print the currently installed version of \fIaalib\fP on the standard output.
21 Print the linker flags that are necessary to link a \fIaalib\fP program.
24 Print the linker flags that are necessary to link a \fIaalib\fP program
28 Print the compiler flags that are necessary to compile a \fIaalib\fP program.
31 If specified, use PREFIX instead of the installation prefix that \fIaalib\fP
32 was built with when computing the output for the \-\-cflags and
33 \-\-libs options. This option is also used for the exec prefix
34 if \-\-exec\-prefix was not specified. This option must be specified
35 before any \-\-libs or \-\-cflags options.
37 .B \-\-exec\-prefix=PREFIX
38 If specified, use PREFIX instead of the installation exec prefix that
39 \fIaalib\fP was built with when computing the output for the \-\-cflags
40 and \-\-libs options. This option must be specified before any
41 \-\-libs or \-\-cflags options.
43 Copyright \(co 1998 Owen Taylor
45 Permission to use, copy, modify, and distribute this software and its
46 documentation for any purpose and without fee is hereby granted,
47 provided that the above copyright notice appear in all copies and that
48 both that copyright notice and this permission notice appear in
49 supporting documentation.
51 Modified for aalib by Joey Hess