head 1.9; access; symbols LMTP2NNTP_1_4_1:1.9 LMTP2NNTP_1_4_0:1.9 VAL_0_9_4:1.9 VAL_0_9_3:1.8 LMTP2NNTP_1_3_0:1.8 LMTP2NNTP_1_3b2:1.8 LMTP2NNTP_1_3b1:1.8 LMTP2NNTP_1_3a3:1.8 LMTP2NNTP_1_3a2:1.8 LMTP2NNTP_1_3a1:1.8 VAL_0_9_2:1.8 VAL_0_9_1:1.7 LMTP2NNTP_1_2_0:1.6 LMTP2NNTP_1_2b4:1.6 LMTP2NNTP_1_2b3:1.6 LMTP2NNTP_1_2b2:1.6 LMTP2NNTP_1_2b1:1.6 LMTP2NNTP_1_2a8:1.6 LMTP2NNTP_1_2a7:1.6 LMTP2NNTP_1_2a6:1.5 LMTP2NNTP_1_2a5:1.5 VAL_0_9_0:1.5 LMTP2NNTP_1_2a4:1.5 LMTP2NNTP_1_2a3:1.3; locks; strict; comment @# @; 1.9 date 2005.10.03.07.22.13; author rse; state Exp; branches; next 1.8; 1.8 date 2004.04.04.10.40.50; author rse; state Exp; branches; next 1.7; 1.7 date 2003.02.17.14.35.24; author rse; state Exp; branches; next 1.6; 1.6 date 2003.02.02.14.22.43; author rse; state Exp; branches; next 1.5; 1.5 date 2002.03.13.18.35.58; author rse; state Exp; branches; next 1.4; 1.4 date 2002.03.13.18.19.38; author rse; state Exp; branches; next 1.3; 1.3 date 2002.01.31.09.09.43; author rse; state Exp; branches; next 1.2; 1.2 date 2002.01.30.18.55.23; author rse; state Exp; branches; next 1.1; 1.1 date 2002.01.09.10.44.28; author rse; state Exp; branches; next ; desc @@ 1.9 log @Bumped year in copyright messages for new year 2005 @ text @dnl ## dnl ## OSSP val - Value Access dnl ## Copyright (c) 2002-2005 Ralf S. Engelschall dnl ## Copyright (c) 2002-2005 The OSSP Project dnl ## Copyright (c) 2002-2005 Cable & Wireless dnl ## dnl ## This file is part of OSSP val, a value access library which dnl ## can be found at http://www.ossp.org/pkg/lib/val/. dnl ## dnl ## Permission to use, copy, modify, and distribute this software for dnl ## any purpose with or without fee is hereby granted, provided that dnl ## the above copyright notice and this permission notice appear in all dnl ## copies. dnl ## dnl ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED dnl ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF dnl ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. dnl ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR dnl ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, dnl ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT dnl ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF dnl ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND dnl ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, dnl ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT dnl ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF dnl ## SUCH DAMAGE. dnl ## dnl ## configure.ac: GNU Autoconf source script dnl ## dnl # prerequisites, initialization and input control AC_PREREQ(2.53) AC_INIT V=`./shtool version -l txt -d long VERSION` ./shtool echo -e "Configuring %BOSSP val%b (Value Access), version %B${V}%b" AC_CONFIG_SRCDIR(val.h) dnl # checks for build programs AC_PROG_MAKE_SET EN_PROG_CC AC_CHECK_DEBUGGING sinclude(libtool.m4) AC_PROG_LIBTOOL dnl # checks for external libraries AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h, [AC_DEFINE(WITH_EX, 1, [Define to 1 if building with OSSP ex])]) AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h, [AC_DEFINE(WITH_DMALLOC, 1, [Define to 1 if building with Dmalloc])]) dnl # output generation AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile val-config]) AC_CONFIG_COMMANDS([adjustment], [chmod a+x val-config]) AC_OUTPUT @ 1.8 log @adjust copyrights @ text @d3 3 a5 3 dnl ## Copyright (c) 2002-2004 Ralf S. Engelschall dnl ## Copyright (c) 2002-2004 The OSSP Project dnl ## Copyright (c) 2002-2004 Cable & Wireless @ 1.7 log @remove trailing whitespaces from source files and apply standard OSSP header to documents @ text @d3 3 a5 3 dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall dnl ## Copyright (c) 2002-2003 The OSSP Project dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland @ 1.6 log @bump year in copyright messages @ text @d48 1 a48 1 AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h, @ 1.5 log @fix naming and URLs @ text @d3 3 a5 3 dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Cable & Wireless Deutschland @ 1.4 log @upgrade build environment to Autoconf 2.53 @ text @d2 1 a2 1 dnl ## val - OSSP Value Library d7 2 a8 2 dnl ## This file is part of OSSP val, a Value library which dnl ## can be found at http://www.ossp.org/pkg/val/. @ 1.3 log @fix naming @ text @d31 3 a33 5 AC_PREREQ(2.52) AC_REVISION(1.0) AC_INIT(README) AC_DIVERT_PUSH(NOTICE) d35 2 a36 2 ./shtool echo -e "Configuring %BOSSP val%b (Value Access), Version %B${V}%b" AC_DIVERT_POP() d38 3 a40 2 AC_SET_MAKE AC_PROG_CC a41 1 d45 5 a49 1 AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h, [AC_DEFINE(WITH_EX)]) d51 1 d53 2 a54 1 AC_CONFIG_FILES(Makefile val-config) a55 2 chmod a+x val-config @ 1.2 log @add optional OSSP ex based exception handling support @ text @d37 1 a37 1 ./shtool echo -e "Configuring %BOSSP val%b (Value Library), Version %B${V}%b" @ 1.1 log @Create a fresh build environment for new born child OSSP val. This soon to be written library will provide a user-land val with O(1) time complexity and fixed size memory usage. @ text @d47 2 @