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