~ubuntu-branches/ubuntu/hoary/pcre3/hoary-security

« back to all changes in this revision

Viewing changes to doc/pcre-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2001-08-19 20:43:28 UTC
  • Revision ID: james.westby@ubuntu.com-20010819204328-7tza8mqo4pu7w1dy
Tags: 3.4-1.1
* Non-maintainer upload.
* Rebuild with a version of libc6 without a broken atexit() symbol
  (closes: #108597, critical).
* Add to LD_LIBRARY_PATH rather than clobbering it, to avoid fakeroot
  dying (closes: #108661, #108891).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH PCRE-CONFIG 1
 
2
.SH NAME
 
3
pcre-config - program to return PCRE configuration
 
4
.SH SYNOPSIS
 
5
.B pcre-config  [--prefix] [--exec-prefix] [--version] [--libs] 
 
6
                [--libs-posix] [--cflags] [--cflags-posix]
 
7
 
 
8
.SH DESCRIPTION
 
9
\fBpcre-config\fR returns the configuration of the installed PCRE
 
10
libraries: the options required to compile a program to use them.
 
11
 
 
12
 
 
13
.SH OPTIONS
 
14
.TP 10
 
15
\fB--prefix\fR
 
16
Writes the directory prefix used in the PCRE installation for
 
17
architecture independent files (/usr on debian systems, /usr/local on
 
18
many other systems) to standard output.
 
19
.TP
 
20
\fB--exec-prefix\fR
 
21
Writes the directory prefix used in the PCRE installation for
 
22
architecture dependent files (normally the same as --prefix)
 
23
to standard output.
 
24
\fB--version\fR
 
25
Writes the version of PCRE installed to standard output.
 
26
.TP
 
27
\fB--libs\fR
 
28
Writes to standard output the command line options required to link
 
29
with PCRE (-lpcre on debian systems).
 
30
.TP
 
31
\fB--libs-posix\fR
 
32
Writes to standard output the command line options required to link
 
33
with the PCRE posix emulation library (-lpcreposix -lpcre on debian
 
34
systems).
 
35
.TP
 
36
\fB--cflags\fR
 
37
Writes to standard output the command line options required to compile 
 
38
files that use PCRE (this often includes some -I options, but is blank 
 
39
on debian systems).
 
40
.TP
 
41
\fB--cflags-posix\fR
 
42
Writes to standard output the command line options required to compile
 
43
files that use the PCRE posix emulation library (this often includes
 
44
some -I options, but is blank on debian systems). Suppress printing of
 
45
filenames when searching multiple files.
 
46
.TP
 
47
 
 
48
 
 
49
.SH SEE ALSO
 
50
\fBpcre(3)
 
51
 
 
52
 
 
53
.SH AUTHOR
 
54
This manual page was written by Mark Baker <mark@mnb.org.uk>,
 
55
for the Debian GNU/Linux system (but may be used by others).