| 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. |
| 1435 |
|
|
| 1436 |
|
|
| 1437 |
PCRE_MAJOR=4 |
PCRE_MAJOR=4 |
| 1438 |
PCRE_MINOR=2 |
PCRE_MINOR=4 |
| 1439 |
PCRE_DATE=14-Apr-2003 |
PCRE_DATE=21-August-2003 |
| 1440 |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
| 1441 |
|
|
| 1442 |
|
|
| 5097 |
;; |
;; |
| 5098 |
|
|
| 5099 |
darwin* | rhapsody*) |
darwin* | rhapsody*) |
| 5100 |
# This patch put in by hand by PH (12-Mar-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. |
| 7684 |
NOT_ON_WINDOWS="#" |
NOT_ON_WINDOWS="#" |
| 7685 |
WIN_PREFIX= |
WIN_PREFIX= |
| 7686 |
;; |
;; |
|
cygwin* ) |
|
|
ON_WINDOWS= |
|
|
POSIX_OBJ=pcreposix.o |
|
|
POSIX_LOBJ=pcreposix.lo |
|
|
POSIX_LIB= |
|
|
WIN_PREFIX=cyg |
|
|
NOT_ON_WINDOWS="#" |
|
|
;; |
|
| 7687 |
* ) |
* ) |
| 7688 |
ON_WINDOWS="#" |
ON_WINDOWS="#" |
| 7689 |
NOT_ON_WINDOWS= |
NOT_ON_WINDOWS= |
| 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 |
|
|