Parent Directory
|
Revision Log
Applied Bob and Daniel's patches to convert the build system to automake. Added the maintain directory, containing files that are used for maintenance, but are not distributed. This is an intermediate step.
1 | # Package Information for pkg-config |
2 | |
3 | prefix=@prefix@ |
4 | exec_prefix=@exec_prefix@ |
5 | libdir=@libdir@ |
6 | includedir=@includedir@ |
7 | |
8 | Name: libpcre |
9 | Description: PCRE - Perl compatible regular expressions C library |
10 | Version: @PACKAGE_VERSION@ |
11 | Libs: -L${libdir} -lpcre |
12 | Cflags: -I${includedir} |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | "Author Date Id Revision Url" |
ViewVC Help | |
Powered by ViewVC 1.1.5 |