head 1.3; access; symbols FSL_1_7_0:1.3 LMTP2NNTP_1_4_1:1.3 LMTP2NNTP_1_4_0:1.3 FSL_1_6_1:1.3 FSL_1_6_0:1.3 FSL_1_6b2:1.3 FSL_1_6b1:1.3 LMTP2NNTP_1_3_0:1.3 LMTP2NNTP_1_3b2:1.3 LMTP2NNTP_1_3b1:1.3 LMTP2NNTP_1_3a3:1.3 FSL_1_5_0:1.3 LMTP2NNTP_1_3a2:1.3 FSL_1_5a3:1.3 LMTP2NNTP_1_3a1:1.3 FSL_1_5a2:1.3 FSL_1_5a1:1.3 FSL_1_4_0:1.3 FSL_1_4b1:1.3 FSL_1_4a1:1.3 FSL_1_3_0:1.3 FSL_1_3b1:1.3 FSL_1_2_1:1.3 FSL_1_2_0:1.3 FSL_1_1_0:1.3 FSL_1_1b1:1.3 FSL_1_0_8:1.3 LMTP2NNTP_1_2_0:1.3 LMTP2NNTP_1_2b4:1.3 LMTP2NNTP_1_2b3:1.3 LMTP2NNTP_1_2b2:1.3 LMTP2NNTP_1_2b1:1.3 LMTP2NNTP_1_2a8:1.3 LMTP2NNTP_1_2a7:1.3 FSL_1_0_7:1.3 FSL_1_0_6:1.3 FSL_1_0_5:1.3 FSL_1_0_4:1.3 FSL_1_0_3:1.3 LMTP2NNTP_1_2a6:1.3 FSL_1_0_2:1.3 FSL_1_0_1:1.3 FSL_1_0_0:1.3 FSL_0_9_0:1.3 FSL_0_1_12:1.3 FSL_0_1_11:1.3 FSL_0_1_10:1.3 FSL_0_1_9:1.3 FSL_0_1_8:1.3 FSL_0_1_7:1.3 FSL_0_1_6:1.3 FSL_0_1_5:1.3 FSL_0_1_1:1.3 LMTP2NNTP_1_2a5:1.3 LMTP2NNTP_1_2a4:1.3 LMTP2NNTP_1_2a3:1.2; locks; strict; comment @# @; 1.3 date 2002.03.14.15.32.48; author thl; state Exp; branches; next 1.2; 1.2 date 2002.01.07.14.51.32; author rse; state Exp; branches; next 1.1; 1.1 date 2001.08.16.10.08.07; author rse; state Exp; branches; next ; desc @@ 1.3 log @upgrade to Autoconf 2.53 environment @ text @dnl ## dnl ## Autoconf specification for PCRE library dnl ## AC_PREREQ(2.53) AC_INIT SHTOOL="./shtool" AC_SUBST(SHTOOL) T_MD=`$SHTOOL echo -e %B 2>/dev/null` T_ME=`$SHTOOL echo -e %b 2>/dev/null` PCRE_MAJOR=`grep '#define PCRE_MAJOR' pcre.h | awk '{ print $3; }'` PCRE_MINOR=`grep '#define PCRE_MINOR' pcre.h | awk '{ print $3; }'` PCRE_VERSION="$PCRE_MAJOR.$PCRE_MINOR" AC_SUBST(PCRE_VERSION) echo "Configuring ${T_MD}OSSP pcre${T_ME} (Perl-Compatible Regular Expressions) ${T_MD}${PCRE_VERSION}${T_ME}" echo "Copyright (c) 1997-2002 Philip Hazel , All rights reserved." echo "Copyright (c) 1997-2002 University of Cambridge, All rights reserved." echo "Copyright (c) 1999-2002 Ralf S. Engelschall " AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_CPP AC_ARG_ENABLE(utf8,dnl [ --enable-utf8 enable UTF8 support (incomplete)], enable_utf8="$enableval", enable_utf8=yes )dnl if test ".$enable_utf8" = .yes; then if test ".$CFLAGS" = .; then CFLAGS="-DSUPPORT_UTF8" else CFLAGS="$CFLAGS -DSUPPORT_UTF8" fi fi AC_CHECK_FUNCS(memmove strerror) sinclude(libtool.m4) AC_PROG_LIBTOOL AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile pcre-config]) AC_CONFIG_COMMANDS([adjustment], [chmod a+x pcre-config]) AC_OUTPUT @ 1.2 log @switch to devtool @ text @d5 2 a6 3 AC_PREREQ(2.52)dnl AC_REVISION($Revision: 1.1 $) AC_INIT(README) d21 1 a21 3 AC_CONFIG_HEADER(config.h) AC_PREFIX_DEFAULT(/usr/local) a23 1 AC_SET_MAKE d43 4 a46 6 AC_OUTPUT(dnl Makefile dnl pcre-config dnl ,dnl chmod a+x pcre-config )dnl @ 1.1 log @Upgrade GNU autoconf, libtool, shtool. @ text @d5 3 a7 2 AC_PREREQ(2.12)dnl AC_REVISION($Revision: 1.6 $) d18 3 a20 3 echo "Copyright (c) 1997-2001 Philip Hazel , All rights reserved." echo "Copyright (c) 1997-2001 University of Cambridge, All rights reserved." echo "Copyright (c) 1999-2001 Ralf S. Engelschall " a21 1 AC_INIT(README) @