mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 05:39:01 +00:00
Upgrading libpcre from version 7.2 to 7.4. Tested on Linux and Windows
This commit is contained in:
58
libpcre/configure
vendored
58
libpcre/configure
vendored
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for PCRE 7.2.
|
||||
# Generated by GNU Autoconf 2.61 for PCRE 7.4.
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
@@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='PCRE'
|
||||
PACKAGE_TARNAME='pcre'
|
||||
PACKAGE_VERSION='7.2'
|
||||
PACKAGE_STRING='PCRE 7.2'
|
||||
PACKAGE_VERSION='7.4'
|
||||
PACKAGE_STRING='PCRE 7.4'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_unique_file="pcre.h.in"
|
||||
@@ -1226,7 +1226,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures PCRE 7.2 to adapt to many kinds of systems.
|
||||
\`configure' configures PCRE 7.4 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -1296,7 +1296,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of PCRE 7.2:";;
|
||||
short | recursive ) echo "Configuration of PCRE 7.4:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1318,8 +1318,10 @@ Optional Features:
|
||||
--enable-newline-is-anycrlf
|
||||
use CR, LF, or CRLF as newline sequence
|
||||
--enable-newline-is-any use any valid Unicode newline sequence
|
||||
--enable-ebcdic assume EBCDIC coding rather than ASCII (implies
|
||||
--enable-rebuild-chartables)
|
||||
--enable-bsr-anycrlf \R matches only CR, LF, CRLF by default
|
||||
--enable-ebcdic assume EBCDIC coding rather than ASCII; use this
|
||||
only in (uncommon) EBCDIC environments; it implies
|
||||
--enable-rebuild-chartables
|
||||
--disable-stack-for-recursion
|
||||
don't use stack recursion when matching
|
||||
|
||||
@@ -1407,7 +1409,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
PCRE configure 7.2
|
||||
PCRE configure 7.4
|
||||
generated by GNU Autoconf 2.61
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
@@ -1421,7 +1423,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by PCRE $as_me 7.2, which was
|
||||
It was created by PCRE $as_me 7.4, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -2112,7 +2114,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='pcre'
|
||||
VERSION='7.2'
|
||||
VERSION='7.4'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@@ -3563,9 +3565,9 @@ fi
|
||||
|
||||
|
||||
PCRE_MAJOR="7"
|
||||
PCRE_MINOR="2"
|
||||
PCRE_MINOR="4"
|
||||
PCRE_PRERELEASE=""
|
||||
PCRE_DATE="2007-06-19"
|
||||
PCRE_DATE="2007-09-21"
|
||||
|
||||
|
||||
|
||||
@@ -3636,6 +3638,15 @@ fi
|
||||
|
||||
enable_newline="$ac_pcre_newline"
|
||||
|
||||
# Handle --enable-bsr-anycrlf
|
||||
# Check whether --enable-bsr-anycrlf was given.
|
||||
if test "${enable_bsr_anycrlf+set}" = set; then
|
||||
enableval=$enable_bsr_anycrlf;
|
||||
else
|
||||
enable_bsr_anycrlf=no
|
||||
fi
|
||||
|
||||
|
||||
# Handle --enable-ebcdic
|
||||
# Check whether --enable-ebcdic was given.
|
||||
if test "${enable_ebcdic+set}" = set; then
|
||||
@@ -4861,7 +4872,8 @@ fi
|
||||
|
||||
|
||||
|
||||
for ac_func in bcopy memmove strerror strtoq strtoll
|
||||
|
||||
for ac_func in bcopy memmove strerror strtoq strtoll _strtoi64
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
@@ -4996,6 +5008,14 @@ cat >>confdefs.h <<_ACEOF
|
||||
_ACEOF
|
||||
|
||||
|
||||
if test "$enable_bsr_anycrlf" = "yes"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define BSR_ANYCRLF
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define LINK_SIZE $with_link_size
|
||||
@@ -5033,12 +5053,6 @@ _ACEOF
|
||||
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define MAX_DUPLENGTH 30000
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if test "$enable_ebcdic" = "yes"; then
|
||||
@@ -5141,7 +5155,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define MACOSX
|
||||
_ACEOF
|
||||
|
||||
CFLAGS="$CFLAGS -fno-thread-jumps"
|
||||
CFLAGS="$CFLAGS -fno-jump-threads"
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -5584,7 +5598,7 @@ exec 6>&1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by PCRE $as_me 7.2, which was
|
||||
This file was extended by PCRE $as_me 7.4, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -5637,7 +5651,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
PCRE config.status 7.2
|
||||
PCRE config.status 7.4
|
||||
configured by $0, generated by GNU Autoconf 2.61,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user