936 |
# The list generated by autoconf has been trimmed to remove many |
# The list generated by autoconf has been trimmed to remove many |
937 |
# options that are totally irrelevant to PCRE (e.g. relating to X), |
# options that are totally irrelevant to PCRE (e.g. relating to X), |
938 |
# or are not supported by its Makefile. |
# or are not supported by its Makefile. |
939 |
|
# The list generated by autoconf has been trimmed to remove many |
940 |
|
# options that are totally irrelevant to PCRE (e.g. relating to X), |
941 |
|
# 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=3 |
PCRE_MINOR=4 |
1439 |
PCRE_DATE=21-May-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 (22-May-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' |
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 |
|
|