]> arthur.barton.de Git - netatalk.git/blob - man/man1/netatalk-config.1.in
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / man / man1 / netatalk-config.1.in
1 '\" t
2 .\"     Title: netatalk-config
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 09 June 2001
6 .\"    Manual: The Netatalk Project
7 .\"    Source: @NETATALK_VERSION@
8 .\"  Language: English
9 .\"
10 .TH "NETATALK\-CONFIG" "1" "09 June 2001" "@NETATALK_VERSION@" "The Netatalk Project"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 netatalk-config \- script to get information about the installed version of netatalk
32 .SH "SYNOPSIS"
33 .HP \w'\fBnetatalk\-config\fR\fB\fR\ 'u
34 \fBnetatalk\-config\fR\fB\fR [\-\-prefix\ [\fI=DIR\fR]] [\-\-exec_prefix\ [\fI=DIR\fR]] [\-\-help] [\-\-version] [\-\-libs] [\-\-libs\-dirs] [\-\-libs\-names] [\-\-cflags] [\-\-macros]
35 .SH "DESCRIPTION"
36 .PP
37 \fBnetatalk\-config\fR
38 is a tool that is used to determine the compiler and linker flags that should be used to compile and link programs that use the
39 \fInetatalk\fR
40 run\-time libraries\&.
41 .SH "OPTIONS"
42 .PP
43 \fBnetatalk\-config\fR
44 accepts the following options:
45 .PP
46 \fB\-\-help\fR
47 .RS 4
48 Print a short help for this command and exit\&.
49 .RE
50 .PP
51 \fB\-\-version\fR
52 .RS 4
53 Print the currently installed version of
54 \fInetatalk\fR
55 on the standard output\&.
56 .RE
57 .PP
58 \fB\-\-libs\fR
59 .RS 4
60 Print the linker flags that are necessary to link against the
61 \fInetatalk\fR
62 run\-time libraries\&.
63 .RE
64 .PP
65 \fB\-\-libs\-dirs\fR
66 .RS 4
67 Print only the \-l/\-R part of \-\-libs\&.
68 .RE
69 .PP
70 \fB\-\-libs\-names\fR
71 .RS 4
72 Print only the \-l part of \-\-libs\&.
73 .RE
74 .PP
75 \fB\-\-cflags\fR
76 .RS 4
77 Print the compiler flags that are necessary to compile a program linked against the
78 \fInetatalk\fR
79 run\-time libraries\&.
80 .RE
81 .PP
82 \fB\-\-macros\fR
83 .RS 4
84 Print the
85 \fInetatalk\fR
86 m4 directory\&.
87 .RE
88 .PP
89 \fB\-\-prefix=PREFIX\fR
90 .RS 4
91 If specified, use PREFIX instead of the installation prefix that
92 \fInetatalk\fR
93 was built with when computing the output for the \-\-cflags and \-\-libs options\&. This option is also used for the exec prefix if \-\-exec\-prefix was not specified\&. This option must be specified before any \-\-libs or \-\-cflags options\&.
94 .RE
95 .PP
96 \fB\-\-exec\e_prefix=PREFIX\fR
97 .RS 4
98 If specified, use PREFIX instead of the installation exec prefix that
99 \fInetatalk\fR
100 was built with when computing the output for the \-\-cflags and \-\-libs options\&. This option must be specified before any \-\-libs or \-\-cflags options\&.
101 .RE
102 .SH "COPYRIGHT"
103 .PP
104 Copyright \(co 1998 Owen Taylor
105 .PP
106 Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation\&.
107 .PP
108 Man page adapted for
109 \fBnetatalk\-config\fR
110 by Sebastian Rittau in 2001\&.