~ubuntu-branches/ubuntu/trusty/pcre3/trusty

« back to all changes in this revision

Viewing changes to doc/pcre-config.1

  • Committer: Package Import Robot
  • Author(s): Mark Baker
  • Date: 2012-03-23 22:34:54 UTC
  • mfrom: (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120323223454-grhqqolk8a7x1h24
Tags: 1:8.30-4
* Reluctantly using an epoch, as it seems the funny version number with
  extra dots causes problems
* Bumped standard version to 3.9.3. No changes needed
* Converted to use new source format / quilt
* Put back obsolete pcre_info() API that upstream have dropped (Closes:
  #665300, #665356)
* Don't include pcregrep binary in debug package

Thanks to Elimar Riesebieter for the conversion to the new source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.sp
7
7
.B pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]
8
8
.ti +5n
9
 
.B              [--libs-posix] [--cflags] [--cflags-posix]
 
9
.B              [--libs16] [--libs-cpp] [--libs-posix] [--cflags]
 
10
.ti +5n
 
11
.B              [--cflags-posix]
10
12
.
11
13
.
12
14
.SH DESCRIPTION
13
15
.rs
14
16
.sp
15
17
\fBpcre-config\fP returns the configuration of the installed PCRE
16
 
libraries and the options required to compile a program to use them.
 
18
libraries and the options required to compile a program to use them. Some of
 
19
the options apply only to the 8-bit or 16-bit libraries, respectively, and are
 
20
not available if only one of those libraries has been built. If an unavailable
 
21
option is encountered, the "usage" information is output.
17
22
.
18
23
.
19
24
.SH OPTIONS
34
39
.TP 10
35
40
\fB--libs\fP
36
41
Writes to the standard output the command line options required to link
37
 
with PCRE (\fB-lpcre\fP on many systems).
 
42
with the 8-bit PCRE library (\fB-lpcre\fP on many systems).
 
43
.TP 10
 
44
\fB--libs16\fP
 
45
Writes to the standard output the command line options required to link
 
46
with the 16-bit PCRE library (\fB-lpcre16\fP on many systems).
 
47
.TP 10
 
48
\fB--libs-cpp\fP
 
49
Writes to the standard output the command line options required to link with
 
50
PCRE's C++ wrapper library (\fB-lpcrecpp\fP \fB-lpcre\fP on many
 
51
systems).
38
52
.TP 10
39
53
\fB--libs-posix\fP
40
54
Writes to the standard output the command line options required to link with
41
 
the PCRE posix emulation library (\fB-lpcreposix\fP \fB-lpcre\fP on many
 
55
PCRE's POSIX API wrapper library (\fB-lpcreposix\fP \fB-lpcre\fP on many
42
56
systems).
43
57
.TP 10
44
58
\fB--cflags\fP
48
62
.TP 10
49
63
\fB--cflags-posix\fP
50
64
Writes to the standard output the command line options required to compile
51
 
files that use the PCRE posix emulation library (this may include some \fB-I\fP
 
65
files that use PCRE's POSIX API wrapper library (this may include some \fB-I\fP
52
66
options, but is blank on many systems).
53
67
.
54
68
.
62
76
.rs
63
77
.sp
64
78
This manual page was originally written by Mark Baker for the Debian GNU/Linux
65
 
system. It has been slightly revised as a generic PCRE man page.
 
79
system. It has been subsequently revised as a generic PCRE man page.
66
80
.
67
81
.
68
82
.SH REVISION
69
83
.rs
70
84
.sp
71
85
.nf
72
 
Last updated: 18 April 2007
 
86
Last updated: 01 January 2012
73
87
.fi