~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to debian/clamav-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mto: (0.35.3 sid)
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: james.westby@ubuntu.com-20080905172534-2lxrdzafr26tqfkx
Tags: 0.94.dfsg-1
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" clamav-config - script to get information about libaudiofile
 
2
.\" Copyright (c) 2004 Stephen Gran <sgran@debian.org>
 
3
.\"               
 
4
.\" This manual page is free software; you can redistribute it and/or modify
 
5
.\" it under the terms of the GNU General Public License as published by
 
6
.\" the Free Software Foundation; either version 2 of the License, or
 
7
.\" (at your option) any later version.
 
8
.\" 
 
9
.\" This program is distributed in the hope that it will be useful,
 
10
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
.\" GNU General Public License for more details.
 
13
.\" 
 
14
.\" You should have received a copy of the GNU General Public License
 
15
.\" along with this program; if not, write to the Free Software
 
16
.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
17
.\"
 
18
.\" This manual page is written especially for Debian Linux.
 
19
.\"
 
20
.TH CLAMAV-CONFIG 1 "June 2004" "Debian Project" "Debian GNU/Linux"
 
21
.SH NAME
 
22
clamav-config \- script to get information about libclamav5
 
23
.SH SYNOPSIS
 
24
.B clamav\-config 
 
25
.BI [\-\-prefix[= DIR ]]
 
26
.B [\-\-version]
 
27
.B [\-\-cflags]
 
28
.B [\-\-libs]
 
29
.SH DESCRIPTION
 
30
.B clamav\-config
 
31
is a tool that is used to configure to determine the compiler and
 
32
linker flags that should be used to compile and link programs that use
 
33
.BR libclamav5 .
 
34
.SH OPTIONS
 
35
.TP
 
36
.B \-\-version
 
37
Print the currently installed version of 
 
38
.B libclamav5
 
39
on the standard output.
 
40
.TP
 
41
.B \-\-libs
 
42
Print the linker flags that are necessary to link a program with
 
43
.BR libclamav5 .
 
44
.TP
 
45
.B \-\-cflags
 
46
Print the compiler flags that are necessary to compile a program with 
 
47
.BR libclamav5 .
 
48
.TP
 
49
.BI  \-\-prefix= PREFIX
 
50
If specified, use 
 
51
.I PREFIX
 
52
instead of the installation prefix that 
 
53
.B libclamav5
 
54
was built with when computing the output for the 
 
55
.B \-\-cflags
 
56
and
 
57
.B \-\-libs
 
58
options. 
 
59
This option must be specified before any
 
60
.B \-\-libs
 
61
or 
 
62
.B \-\-cflags
 
63
options.
 
64
.SH AUTHOR
 
65
.B clamav\-config was written by Daniel Veillard.
 
66
.PP
 
67
This manual page was created by Stephen Gran <sgran@debian.org>
 
68
for the Debian GNU/Linux system (but may be used by others).