sane-project-backends/doc/sane-config.man

52 wiersze
1.5 KiB
Groff
Czysty Zwykły widok Historia

.TH sane\-config 1 "10 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
2002-10-15 17:37:11 +00:00
.SH NAME
sane\-config \- get information about the installed version of libsane
2002-10-15 17:37:11 +00:00
.SH SYNOPSIS
.B sane\-config [\-\-prefix] [\-\-exec\-prefix] [\-\-libs] [\-\-cflags] [\-\-ldflags] [\-\-version] [\-\-help \fI[OPTION]\fP]
2002-10-15 17:37:11 +00:00
.SH DESCRIPTION
.PP
.B sane\-config
2002-11-22 18:20:32 +00:00
is a tool that is used to determine the compiler and linker
flags that should be used to compile and link
.B SANE
frontends to a
.B SANE
backend library (libsane).
2002-10-15 17:37:11 +00:00
.
.SH OPTIONS
.B sane\-config
accepts the following options (you can't use more than one option at the same time):
2002-10-15 17:37:11 +00:00
.TP 8
.B \-\-version
2002-10-15 17:37:11 +00:00
Print the currently installed version of libsane on the standard output.
.TP 8
.B \-\-help OPTION
2002-10-15 17:37:11 +00:00
Print a short usage message. If OPTION is specified, help for that option
(e.g. \-\-libs) is printed (if available).
2002-10-15 17:37:11 +00:00
.TP 8
.B \-\-libs
2002-11-22 18:20:32 +00:00
Print the additional libraries that are necessary to link a
.B SANE
2002-10-15 17:37:11 +00:00
frontend to libsane.
.TP 8
.B \-\-ldflags
2002-11-22 18:20:32 +00:00
Print the linker flags that are necessary to link a
.B SANE
frontend to libsane.
2002-10-15 17:37:11 +00:00
.TP 8
.B \-\-cflags
2002-11-22 18:20:32 +00:00
Print the compiler flags that are necessary to compile a
.B SANE
frontend.
2002-10-15 17:37:11 +00:00
.TP 8
.B \-\-prefix
2002-10-15 17:37:11 +00:00
Print the prefix used during compilation of libsane.
.TP 8
.B \-\-exec\-prefix
Print the exec\-prefix used during compilation of libsane.
2002-10-15 17:37:11 +00:00
.SH "SEE ALSO"
2002-11-22 18:20:32 +00:00
.BR sane (7)
2002-10-15 17:37:11 +00:00
.SH AUTHOR
This manual page was written by Julien BLACHE <jblache@debian.org>, for the
Debian GNU/Linux system (but may be used by others).