]> arthur.barton.de Git - netatalk.git/blob - man/man1/netatalk-config.1
netatalk-config(1).
[netatalk.git] / man / man1 / netatalk-config.1
1 .TH netatalk 1 "09 June 2001" "netatalk 1.5pre6" "The Netatalk Project"
2 .SH NAME
3 netatalk-config - script to get information about the installed version of netatalk
4 .SH SYNOPSIS
5 .B netatalk-config
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec_prefix\fI[=DIR]\fP] [\-\-help] [\-\-version]
7 [\-\-libs] [\-\-libs\-dirs] [\-\-libs\-names] [\-\-cflags] [\-\-macros]
8 .SH DESCRIPTION
9 .PP
10 \fInetatalk-config\fP is a tool that is used to configure to determine
11 the compiler and linker flags that should be used to compile
12 and link programs that use the \fInetatalk\fP run-time libraries.
13 .
14 .SH OPTIONS
15 .l
16 \fInetatalk-config\fP accepts the following options:
17 .TP 8
18 .B  \-\-help
19 Print a short help for this command and exit.
20 .TP 8
21 .B  \-\-version
22 Print the currently installed version of \fInetatalk\fP on the standard output.
23 .TP 8
24 .B  \-\-libs
25 Print the linker flags that are necessary to link against the \fInetatalk\fP
26 run-time libraries.
27 .TP 8
28 .B  \-\-libs-dirs
29 Print only the \-l/\-R part of \-\-libs.
30 .TP 8
31 .B  \-\-libs-names
32 Print only the \-l part of \-\-libs.
33 .TP 8
34 .B  \-\-cflags
35 Print the compiler flags that are necessary to compile a program linked
36 against the \fInetatalk\fP run-time libraries.
37 .TP 8
38 .B  \-\-macros
39 Print the \fInetatalk\fP m4 directory.
40 .TP 8
41 .B  \-\-prefix=PREFIX
42 If specified, use PREFIX instead of the installation prefix that \fInetatalk\fP
43 was built with when computing the output for the \-\-cflags and
44 \-\-libs options. This option is also used for the exec prefix
45 if \-\-exec\-prefix was not specified. This option must be specified
46 before any \-\-libs or \-\-cflags options.
47 .TP 8
48 .B  \-\-exec\_prefix=PREFIX
49 If specified, use PREFIX instead of the installation exec prefix that
50 \fInetatalk\fP was built with when computing the output for the \-\-cflags
51 and \-\-libs options.  This option must be specified before any
52 \-\-libs or \-\-cflags options.
53 .SH COPYRIGHT
54 Copyright \(co  1998 Owen Taylor
55
56 Permission to use, copy, modify, and distribute this software and its
57 documentation for any purpose and without fee is hereby granted,
58 provided that the above copyright notice appear in all copies and that
59 both that copyright notice and this permission notice appear in
60 supporting documentation.
61
62 Man page adapted for \fInetatalk-config\fP by Sebastian Rittau in 2001.