~ubuntu-branches/ubuntu/trusty/libgcrypt11/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/libgcrypt-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-07-02 18:32:45 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702183245-b1p9zumbhmq9wk4g
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Add libgcrypt11-udeb package.
  - Add clean-la.mk, and add a symlink for the .la
* Ubuntu changes dropped:
  - Build-Depends changes.
  - Drop patch 20_socket_nsl_linkage.diff, basically applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH LIBGCRYPT 1 "16 December 1998" Version 1.1.4
 
1
.TH LIBGCRYPT 1 "26 April 2008" Version 1.4.1
2
2
.SH NAME
3
 
libgcrypt-config - script to get information about the installed version of GNU TLS
 
3
libgcrypt-config - script to get information about the installed version of libgcrypt. 
4
4
.SH SYNOPSIS
5
5
.B  libgcrypt-config [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags] [LIBRARIES]
6
6
.SH DESCRIPTION
7
7
.PP
8
8
\fIlibgcrypt-config\fP is a tool that is used to configure to determine
9
9
the compiler and linker flags that should be used to compile
10
 
and link programs that use \fIGNU TLS\fP. It is also used internally
11
 
to the .m4 macros for GNU autoconf that are included with \fIGNU TLS\fP.
 
10
and link programs that use \fIlibgcrypt\fP. It is also used internally
 
11
to the .m4 macros for GNU autoconf that are included with \fIlibgcrypt\fP.
12
12
.
13
13
.SH OPTIONS
14
 
.l
 
14
 
15
15
\fIlibgcrypt-config\fP accepts the following options:
16
16
.TP 8
17
17
.B  \-\-version
18
 
Print the currently installed version of \fIGNU TLS\fP on the standard output.
 
18
Print the currently installed version of \fIlibgcrypt\fP on the standard output.
19
19
.TP 8
20
20
.B  \-\-libs
21
 
Print the linker flags that are necessary to link a \fIGNU TLS\fP program.
 
21
Print the linker flags that are necessary to link a \fIlibgcrypt\fP program.
22
22
.TP 8
23
23
.B  \-\-cflags
24
 
Print the compiler flags that are necessary to compile a \fIGNU TLS\fP program.
 
24
Print the compiler flags that are necessary to compile a \fIlibgcrypt\fP program.
25
25
.TP 8
26
26
.B  \-\-prefix=PREFIX
27
 
If specified, use PREFIX instead of the installation prefix that \fIGNU TLS\fP
 
27
If specified, use PREFIX instead of the installation prefix that \fIlibgcrypt\fP
28
28
was built with when computing the output for the \-\-cflags and
29
29
\-\-libs options. This option is also used for the exec prefix
30
30
if \-\-exec\-prefix was not specified. This option must be specified
32
32
.TP 8
33
33
.B  \-\-exec\-prefix=PREFIX
34
34
If specified, use PREFIX instead of the installation exec prefix that
35
 
\fIGNU TLS\fP was built with when computing the output for the \-\-cflags
 
35
\fIlibgcrypt\fP was built with when computing the output for the \-\-cflags
36
36
and \-\-libs options.  This option must be specified before any
37
37
\-\-libs or \-\-cflags options.
38
38
.SH SEE ALSO