]> arthur.barton.de Git - netatalk.git/blob - man/man1/netatalk-config.1
Freshly generated manpages from XML sources
[netatalk.git] / man / man1 / netatalk-config.1
1 '\" t
2 .\"     Title: netatalk-config
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 09 June 2001
6 .\"    Manual: The Netatalk Project
7 .\"    Source: Netatalk 2.2
8 .\"  Language: English
9 .\"
10 .TH "NETATALK\-CONFIG" "1" "09 June 2001" "Netatalk 2.2" "The Netatalk Project"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 netatalk-config \- script to get information about the installed version of netatalk
23 .SH "SYNOPSIS"
24 .HP \w'\fBnetatalk\-config\fR\fB\fR\ 'u
25 \fBnetatalk\-config\fR\fB\fR [\-\-prefix\ [\fI=DIR\fR]] [\-\-exec_prefix\ [\fI=DIR\fR]] [\-\-help] [\-\-version] [\-\-libs] [\-\-libs\-dirs] [\-\-libs\-names] [\-\-cflags] [\-\-macros]
26 .SH "DESCRIPTION"
27 .PP
28 \fBnetatalk\-config\fR
29 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
30 \fInetatalk\fR
31 run\-time libraries\&.
32 .SH "OPTIONS"
33 .PP
34 \fBnetatalk\-config\fR
35 accepts the following options:
36 .PP
37 \fB\-\-help\fR
38 .RS 4
39 Print a short help for this command and exit\&.
40 .RE
41 .PP
42 \fB\-\-version\fR
43 .RS 4
44 Print the currently installed version of
45 \fInetatalk\fR
46 on the standard output\&.
47 .RE
48 .PP
49 \fB\-\-libs\fR
50 .RS 4
51 Print the linker flags that are necessary to link against the
52 \fInetatalk\fR
53 run\-time libraries\&.
54 .RE
55 .PP
56 \fB\-\-libs\-dirs\fR
57 .RS 4
58 Print only the \-l/\-R part of \-\-libs\&.
59 .RE
60 .PP
61 \fB\-\-libs\-names\fR
62 .RS 4
63 Print only the \-l part of \-\-libs\&.
64 .RE
65 .PP
66 \fB\-\-cflags\fR
67 .RS 4
68 Print the compiler flags that are necessary to compile a program linked against the
69 \fInetatalk\fR
70 run\-time libraries\&.
71 .RE
72 .PP
73 \fB\-\-macros\fR
74 .RS 4
75 Print the
76 \fInetatalk\fR
77 m4 directory\&.
78 .RE
79 .PP
80 \fB\-\-prefix=PREFIX\fR
81 .RS 4
82 If specified, use PREFIX instead of the installation prefix that
83 \fInetatalk\fR
84 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\&.
85 .RE
86 .PP
87 \fB\-\-exec\e_prefix=PREFIX\fR
88 .RS 4
89 If specified, use PREFIX instead of the installation exec prefix that
90 \fInetatalk\fR
91 was built with when computing the output for the \-\-cflags and \-\-libs options\&. This option must be specified before any \-\-libs or \-\-cflags options\&.
92 .RE
93 .SH "COPYRIGHT"
94 .PP
95 Copyright \(co 1998 Owen Taylor
96 .PP
97 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\&.
98 .PP
99 Man page adapted for
100 \fBnetatalk\-config\fR
101 by Sebastian Rittau in 2001\&.