1sane-config(1) SANE Scanner Access Now Easy sane-config(1)
2
3
4
6 sane-config - get information about the installed version of libsane
7
9 sane-config [--prefix] [--exec-prefix] [--libs] [--cflags] [--ldflags]
10 [--version] [--help [OPTION]]
11
13 sane-config is a tool that is used to determine the compiler and linker
14 flags that should be used to compile and link SANE frontends to a SANE
15 backend library (libsane).
16
18 sane-config accepts the following options (you can't use more than one
19 option at the same time):
20
21 --version
22 Print the currently installed version of libsane on the stan‐
23 dard output.
24
25 --help OPTION
26 Print a short usage message. If OPTION is specified, help for
27 that option (e.g. --libs) is printed (if available).
28
29 --libs Print the additional libraries that are necessary to link a
30 SANE frontend to libsane.
31
32 --ldflags
33 Print the linker flags that are necessary to link a SANE fron‐
34 tend to libsane.
35
36 --cflags
37 Print the compiler flags that are necessary to compile a SANE
38 frontend.
39
40 --prefix
41 Print the prefix used during compilation of libsane.
42
43 --exec-prefix
44 Print the exec-prefix used during compilation of libsane.
45
47 sane(7)
48
50 This manual page was written by Julien BLACHE <jblache@debian.org>, for
51 the Debian GNU/Linux system (but may be used by others).
52
53
54
55 10 Jul 2008 sane-config(1)