| 1 |
dnl Process this file with autoconf to produce a configure script. |
dnl Process this file with autoconf to produce a configure script. |
| 2 |
|
|
| 3 |
|
dnl NOTE FOR MAINTAINERS: Do not use major or minor version numbers with |
| 4 |
|
dnl leading zeros, because they may be treated as octal constants. The |
| 5 |
|
dnl PCRE_PRERELEASE feature is for identifying release candidates. It might |
| 6 |
|
dnl be defined as -RC2, for example. For real releases, it should be defined |
| 7 |
|
dnl empty. |
| 8 |
|
|
| 9 |
m4_define(pcre_major, [7]) |
m4_define(pcre_major, [7]) |
| 10 |
m4_define(pcre_minor, [1]) |
m4_define(pcre_minor, [1]) |
| 11 |
m4_define(pcre_prerelease, [-RC1]) |
m4_define(pcre_prerelease, [-RC1]) |