diff options
author | nigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-02-24 21:39:50 +0000 |
---|---|---|
committer | nigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-02-24 21:39:50 +0000 |
commit | a9e8c332d367f8ddb17b80729591617196829bb0 (patch) | |
tree | 1bce52c8cf2daaecdcb5bdcfcea21495e542b9cb /configure | |
parent | 6ca5586c64bb2438fabb30a650d96bbe6f464ac9 (diff) | |
download | pcre-a9e8c332d367f8ddb17b80729591617196829bb0.tar.gz |
Load pcre-3.7 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@57 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -738,6 +738,12 @@ if test "$ac_init_help" = "long"; then # The list generated by autoconf has been trimmed to remove many # options that are totally irrelevant to PCRE (e.g. relating to X), # or are not supported by its Makefile. + # The list generated by autoconf has been trimmed to remove many + # options that are totally irrelevant to PCRE (e.g. relating to X), + # or are not supported by its Makefile. + # The list generated by autoconf has been trimmed to remove many + # options that are totally irrelevant to PCRE (e.g. relating to X), + # or are not supported by its Makefile. # This message is too long to be a string in the A/UX 3.1 sh. cat <<EOF \`configure' configures this package to adapt to many kinds of systems. @@ -1091,8 +1097,8 @@ rm -f conftest.sh ac_config_headers="$ac_config_headers config.h:config.in" PCRE_MAJOR=3 -PCRE_MINOR=6 -PCRE_DATE=23-Oct-2001 +PCRE_MINOR=7 +PCRE_DATE=29-Oct-2001 PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} PCRE_LIB_VERSION=0:1:0 |