466 |
# include <unistd.h> |
# include <unistd.h> |
467 |
#endif" |
#endif" |
468 |
|
|
469 |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP EGREP LIBTOOL HAVE_MEMMOVE HAVE_STRERROR HOST_CC HOST_CFLAGS NEWLINE LINK_SIZE MATCH_LIMIT UTF8 PCRE_MAJOR PCRE_MINOR PCRE_DATE PCRE_VERSION PCRE_LIB_VERSION PCRE_POSIXLIB_VERSION POSIX_MALLOC_THRESHOLD POSIX_OBJ POSIX_LOBJ POSIX_LIB LIBOBJS LTLIBOBJS' |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP EGREP LIBTOOL BUILD_EXEEXT BUILD_OBJEXT CC_FOR_BUILD CFLAGS_FOR_BUILD HAVE_MEMMOVE HAVE_STRERROR LINK_SIZE MATCH_LIMIT NEWLINE PCRE_MAJOR PCRE_MINOR PCRE_DATE PCRE_VERSION PCRE_LIB_VERSION PCRE_POSIXLIB_VERSION POSIX_MALLOC_THRESHOLD UTF8 WIN_PREFIX ON_WINDOWS NOT_ON_WINDOWS POSIX_OBJ POSIX_LOBJ POSIX_LIB LIBOBJS LTLIBOBJS' |
470 |
ac_subst_files='' |
ac_subst_files='' |
471 |
|
|
472 |
# Initialize some variables set by options. |
# Initialize some variables set by options. |
939 |
# The list generated by autoconf has been trimmed to remove many |
# The list generated by autoconf has been trimmed to remove many |
940 |
# options that are totally irrelevant to PCRE (e.g. relating to X), |
# options that are totally irrelevant to PCRE (e.g. relating to X), |
941 |
# or are not supported by its Makefile. |
# 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. |
|
942 |
# This message is too long to be a string in the A/UX 3.1 sh. |
# This message is too long to be a string in the A/UX 3.1 sh. |
943 |
cat <<_ACEOF |
cat <<_ACEOF |
944 |
\`configure' configures this package to adapt to many kinds of systems. |
\`configure' configures this package to adapt to many kinds of systems. |
1427 |
|
|
1428 |
|
|
1429 |
|
|
1430 |
|
|
1431 |
|
|
1432 |
|
|
1433 |
ac_config_headers="$ac_config_headers config.h:config.in" |
ac_config_headers="$ac_config_headers config.h:config.in" |
1434 |
|
|
1435 |
|
|
1436 |
|
|
1437 |
PCRE_MAJOR=4 |
PCRE_MAJOR=4 |
1438 |
PCRE_MINOR=0 |
PCRE_MINOR=4 |
1439 |
PCRE_DATE=17-Feb-2003 |
PCRE_DATE=21-August-2003 |
1440 |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
1441 |
|
|
1442 |
|
|
1443 |
POSIX_MALLOC_THRESHOLD=-DPOSIX_MALLOC_THRESHOLD=10 |
POSIX_MALLOC_THRESHOLD=-DPOSIX_MALLOC_THRESHOLD=10 |
|
HOST_CC=${HOST_CC:-'$(CC)'} |
|
|
HOST_CFLAGS=${HOST_CFLAGS:-'$(CFLAGS)'} |
|
1444 |
|
|
1445 |
|
|
1446 |
PCRE_LIB_VERSION=0:1:0 |
PCRE_LIB_VERSION=0:1:0 |
4002 |
case $host in |
case $host in |
4003 |
*-*-irix6*) |
*-*-irix6*) |
4004 |
# Find out which ABI we are using. |
# Find out which ABI we are using. |
4005 |
echo '#line 4011 "configure"' > conftest.$ac_ext |
echo '#line 4012 "configure"' > conftest.$ac_ext |
4006 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4007 |
(eval $ac_compile) 2>&5 |
(eval $ac_compile) 2>&5 |
4008 |
ac_status=$? |
ac_status=$? |
4542 |
save_CFLAGS="$CFLAGS" |
save_CFLAGS="$CFLAGS" |
4543 |
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" |
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" |
4544 |
compiler_c_o=no |
compiler_c_o=no |
4545 |
if { (eval echo configure:4551: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then |
if { (eval echo configure:4552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then |
4546 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
4547 |
# So say no if there are warnings |
# So say no if there are warnings |
4548 |
if test -s out/conftest.err; then |
if test -s out/conftest.err; then |
5097 |
;; |
;; |
5098 |
|
|
5099 |
darwin* | rhapsody*) |
darwin* | rhapsody*) |
5100 |
# This patch put in by hand by PH (19-Feb-2003) for Darwin 1.3. |
# This patch put in by hand by PH (21-Aug-2003) for Darwin 1.3. |
5101 |
case "$host_os" in |
case "$host_os" in |
5102 |
rhapsody* | darwin1.[[012]]) |
rhapsody* | darwin1.[[012]]) |
5103 |
allow_undefined_flag='-undefined suppress' |
allow_undefined_flag='-undefined suppress' |
5107 |
;; |
;; |
5108 |
esac |
esac |
5109 |
# End of hand-inserted patch |
# End of hand-inserted patch |
5110 |
|
|
5111 |
# FIXME: Relying on posixy $() will cause problems for |
# FIXME: Relying on posixy $() will cause problems for |
5112 |
# cross-compilation, but unfortunately the echo tests do not |
# cross-compilation, but unfortunately the echo tests do not |
5113 |
# yet detect zsh echo's removal of \ escapes. |
# yet detect zsh echo's removal of \ escapes. |
6212 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
6213 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
6214 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
6215 |
#line 6211 "configure" |
#line 6212 "configure" |
6216 |
#include "confdefs.h" |
#include "confdefs.h" |
6217 |
|
|
6218 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
6310 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
6311 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
6312 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
6313 |
#line 6309 "configure" |
#line 6310 "configure" |
6314 |
#include "confdefs.h" |
#include "confdefs.h" |
6315 |
|
|
6316 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
7040 |
|
|
7041 |
|
|
7042 |
|
|
7043 |
|
CC_FOR_BUILD=${CC_FOR_BUILD:-'$(CC)'} |
7044 |
|
CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD:-'$(CFLAGS)'} |
7045 |
|
BUILD_EXEEXT=${BUILD_EXEEXT:-'$(EXEEXT)'} |
7046 |
|
BUILD_OBJEXT=${BUILD_OBJEXT:-'$(OBJEXT)'} |
7047 |
|
|
7048 |
|
|
7049 |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
7050 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
7051 |
if test "${ac_cv_header_stdc+set}" = set; then |
if test "${ac_cv_header_stdc+set}" = set; then |
7673 |
|
|
7674 |
|
|
7675 |
|
|
7676 |
|
|
7677 |
|
|
7678 |
case $host_os in |
case $host_os in |
7679 |
mingw* ) |
mingw* ) |
7680 |
POSIX_OBJ=pcreposix.o |
POSIX_OBJ=pcreposix.o |
7681 |
POSIX_LOBJ=pcreposix.lo |
POSIX_LOBJ=pcreposix.lo |
7682 |
POSIX_LIB= |
POSIX_LIB= |
7683 |
|
ON_WINDOWS= |
7684 |
|
NOT_ON_WINDOWS="#" |
7685 |
|
WIN_PREFIX= |
7686 |
;; |
;; |
7687 |
* ) |
* ) |
7688 |
|
ON_WINDOWS="#" |
7689 |
|
NOT_ON_WINDOWS= |
7690 |
POSIX_OBJ= |
POSIX_OBJ= |
7691 |
POSIX_LOBJ= |
POSIX_LOBJ= |
7692 |
POSIX_LIB=libpcreposix.la |
POSIX_LIB=libpcreposix.la |
7693 |
|
WIN_PREFIX= |
7694 |
;; |
;; |
7695 |
esac |
esac |
7696 |
|
|
7697 |
|
|
7698 |
|
|
7699 |
|
|
7700 |
|
|
7701 |
|
|
7702 |
|
|
7703 |
if test "x$enable_shared" = "xno" ; then |
if test "x$enable_shared" = "xno" ; then |
7704 |
cat >>confdefs.h <<\_ACEOF |
|
7705 |
|
cat >>confdefs.h <<\_ACEOF |
7706 |
#define PCRE_STATIC 1 |
#define PCRE_STATIC 1 |
7707 |
_ACEOF |
_ACEOF |
7708 |
|
|
8355 |
s,@CPP@,$CPP,;t t |
s,@CPP@,$CPP,;t t |
8356 |
s,@EGREP@,$EGREP,;t t |
s,@EGREP@,$EGREP,;t t |
8357 |
s,@LIBTOOL@,$LIBTOOL,;t t |
s,@LIBTOOL@,$LIBTOOL,;t t |
8358 |
|
s,@BUILD_EXEEXT@,$BUILD_EXEEXT,;t t |
8359 |
|
s,@BUILD_OBJEXT@,$BUILD_OBJEXT,;t t |
8360 |
|
s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t |
8361 |
|
s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t |
8362 |
s,@HAVE_MEMMOVE@,$HAVE_MEMMOVE,;t t |
s,@HAVE_MEMMOVE@,$HAVE_MEMMOVE,;t t |
8363 |
s,@HAVE_STRERROR@,$HAVE_STRERROR,;t t |
s,@HAVE_STRERROR@,$HAVE_STRERROR,;t t |
|
s,@HOST_CC@,$HOST_CC,;t t |
|
|
s,@HOST_CFLAGS@,$HOST_CFLAGS,;t t |
|
|
s,@NEWLINE@,$NEWLINE,;t t |
|
8364 |
s,@LINK_SIZE@,$LINK_SIZE,;t t |
s,@LINK_SIZE@,$LINK_SIZE,;t t |
8365 |
s,@MATCH_LIMIT@,$MATCH_LIMIT,;t t |
s,@MATCH_LIMIT@,$MATCH_LIMIT,;t t |
8366 |
s,@UTF8@,$UTF8,;t t |
s,@NEWLINE@,$NEWLINE,;t t |
8367 |
s,@PCRE_MAJOR@,$PCRE_MAJOR,;t t |
s,@PCRE_MAJOR@,$PCRE_MAJOR,;t t |
8368 |
s,@PCRE_MINOR@,$PCRE_MINOR,;t t |
s,@PCRE_MINOR@,$PCRE_MINOR,;t t |
8369 |
s,@PCRE_DATE@,$PCRE_DATE,;t t |
s,@PCRE_DATE@,$PCRE_DATE,;t t |
8371 |
s,@PCRE_LIB_VERSION@,$PCRE_LIB_VERSION,;t t |
s,@PCRE_LIB_VERSION@,$PCRE_LIB_VERSION,;t t |
8372 |
s,@PCRE_POSIXLIB_VERSION@,$PCRE_POSIXLIB_VERSION,;t t |
s,@PCRE_POSIXLIB_VERSION@,$PCRE_POSIXLIB_VERSION,;t t |
8373 |
s,@POSIX_MALLOC_THRESHOLD@,$POSIX_MALLOC_THRESHOLD,;t t |
s,@POSIX_MALLOC_THRESHOLD@,$POSIX_MALLOC_THRESHOLD,;t t |
8374 |
|
s,@UTF8@,$UTF8,;t t |
8375 |
|
s,@WIN_PREFIX@,$WIN_PREFIX,;t t |
8376 |
|
s,@ON_WINDOWS@,$ON_WINDOWS,;t t |
8377 |
|
s,@NOT_ON_WINDOWS@,$NOT_ON_WINDOWS,;t t |
8378 |
s,@POSIX_OBJ@,$POSIX_OBJ,;t t |
s,@POSIX_OBJ@,$POSIX_OBJ,;t t |
8379 |
s,@POSIX_LOBJ@,$POSIX_LOBJ,;t t |
s,@POSIX_LOBJ@,$POSIX_LOBJ,;t t |
8380 |
s,@POSIX_LIB@,$POSIX_LIB,;t t |
s,@POSIX_LIB@,$POSIX_LIB,;t t |