diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /doc/sane-config.man |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'doc/sane-config.man')
-rw-r--r-- | doc/sane-config.man | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/sane-config.man b/doc/sane-config.man new file mode 100644 index 0000000..42c6f9a --- /dev/null +++ b/doc/sane-config.man @@ -0,0 +1,51 @@ +.TH sane\-config 1 "10 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" +.SH NAME +sane\-config \- get information about the installed version of libsane +.SH SYNOPSIS +.B sane\-config [\-\-prefix] [\-\-exec\-prefix] [\-\-libs] [\-\-cflags] [\-\-ldflags] [\-\-version] [\-\-help \fI[OPTION]\fP] +.SH DESCRIPTION +.PP +.B sane\-config +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). +. +.SH OPTIONS +.B sane\-config +accepts the following options (you can't use more than one option at the same time): +.TP 8 +.B \-\-version +Print the currently installed version of libsane on the standard output. +.TP 8 +.B \-\-help OPTION +Print a short usage message. If OPTION is specified, help for that option +(e.g. \-\-libs) is printed (if available). +.TP 8 +.B \-\-libs +Print the additional libraries that are necessary to link a +.B SANE +frontend to libsane. +.TP 8 +.B \-\-ldflags +Print the linker flags that are necessary to link a +.B SANE +frontend to libsane. +.TP 8 +.B \-\-cflags +Print the compiler flags that are necessary to compile a +.B SANE +frontend. +.TP 8 +.B \-\-prefix +Print the prefix used during compilation of libsane. +.TP 8 +.B \-\-exec\-prefix +Print the exec\-prefix used during compilation of libsane. +.SH "SEE ALSO" +.BR sane (7) +.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). |