1NETATALK-CONFIG(1) Netatalk AFP Fileserver Manual NETATALK-CONFIG(1)
2
3
4
6 netatalk-config - script to get information about the installed version
7 of netatalk
8
10 netatalk-config [--prefix [=DIR]] [--exec_prefix [=DIR]] [--help]
11 [--version] [--libs] [--libs-dirs] [--libs-names]
12 [--cflags] [--macros]
13
15 netatalk-config is a tool that is used to determine the compiler and
16 linker flags that should be used to compile and link programs that use
17 the netatalk run-time libraries.
18
20 netatalk-config accepts the following options:
21
22 --help
23 Print a short help for this command and exit.
24
25 --version
26 Print the currently installed version of netatalk on the standard
27 output.
28
29 --libs
30 Print the linker flags that are necessary to link against the
31 netatalk run-time libraries.
32
33 --libs-dirs
34 Print only the -l/-R part of --libs.
35
36 --libs-names
37 Print only the -l part of --libs.
38
39 --cflags
40 Print the compiler flags that are necessary to compile a program
41 linked against the netatalk run-time libraries.
42
43 --macros
44 Print the netatalk m4 directory.
45
46 --prefix=PREFIX
47 If specified, use PREFIX instead of the installation prefix that
48 netatalk was built with when computing the output for the --cflags
49 and --libs options. This option is also used for the exec prefix if
50 --exec-prefix was not specified. This option must be specified
51 before any --libs or --cflags options.
52
53 --exec_prefix=PREFIX
54 If specified, use PREFIX instead of the installation exec prefix
55 that netatalk was built with when computing the output for the
56 --cflags and --libs options. This option must be specified before
57 any --libs or --cflags options.
58
60 Copyright © 1998 Owen Taylor
61
62 Permission to use, copy, modify, and distribute this software and its
63 documentation for any purpose and without fee is hereby granted,
64 provided that the above copyright notice appear in all copies and that
65 both that copyright notice and this permission notice appear in
66 supporting documentation.
67
68 Man page adapted for netatalk-config by Sebastian Rittau in 2001.
69
71 See CONTRIBUTORS[1]
72
74 1. CONTRIBUTORS
75 https://github.com/Netatalk/netatalk/blob/main/CONTRIBUTORS
76
77
78
79Netatalk 3.1.18 10 Nov 2015 NETATALK-CONFIG(1)