17 |
dnl that many releases anyway. |
dnl that many releases anyway. |
18 |
|
|
19 |
PCRE_MAJOR=3 |
PCRE_MAJOR=3 |
20 |
PCRE_MINOR=0 |
PCRE_MINOR=2 |
21 |
PCRE_DATE=01-Feb-2000 |
PCRE_DATE=12-May-2000 |
22 |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
23 |
|
|
24 |
dnl Provide versioning information for libtool shared libraries that |
dnl Provide versioning information for libtool shared libraries that |
25 |
dnl are built by default on Unix systems. |
dnl are built by default on Unix systems. |
26 |
|
|
27 |
PCRE_LIB_VERSION=0:0:0 |
PCRE_LIB_VERSION=0:1:0 |
28 |
PCRE_POSIXLIB_VERSION=0:0:0 |
PCRE_POSIXLIB_VERSION=0:0:0 |
29 |
|
|
30 |
dnl Checks for programs. |
dnl Checks for programs. |
44 |
|
|
45 |
dnl Checks for library functions. |
dnl Checks for library functions. |
46 |
|
|
47 |
AC_CHECK_FUNCS(memmove strerror) |
AC_CHECK_FUNCS(bcopy memmove strerror) |
48 |
|
|
49 |
dnl Handle --enable-shared-libraries |
dnl Handle --enable-shared-libraries |
50 |
|
|
51 |
LIBTOOL=libtool |
LIBTOOL=./libtool |
52 |
LIBSUFFIX=la |
LIBSUFFIX=la |
53 |
AC_ARG_ENABLE(shared, |
AC_ARG_ENABLE(shared, |
54 |
[ --disable-shared build PCRE as a static library], |
[ --disable-shared build PCRE as a static library], |