head 1.6; access; symbols SIO_0_9_3:1.6 AL_0_9_3:1.6 AL_0_9_2:1.5 SIO_0_9_2:1.4 SIO_0_9_1:1.4 SIO_0_9_0:1.4 AL_0_9_0:1.3; locks; strict; comment @# @; 1.6 date 2005.10.03.08.50.28; author rse; state Exp; branches; next 1.5; 1.5 date 2005.10.03.08.43.04; author rse; state Exp; branches; next 1.4; 1.4 date 2003.01.06.13.49.25; author rse; state Exp; branches; next 1.3; 1.3 date 2002.12.16.14.02.45; author rse; state Exp; branches; next 1.2; 1.2 date 2002.12.16.13.49.29; author mlelstv; state Exp; branches; next 1.1; 1.1 date 2002.12.16.12.24.52; author mlelstv; state Exp; branches; next ; desc @@ 1.6 log @Fixed va_copy detection. @ text @dnl ## dnl ## OSSP al - Assembly Line dnl ## Copyright (c) 2002-2005 Ralf S. Engelschall dnl ## Copyright (c) 2002-2005 The OSSP Project dnl ## Copyright (c) 2002-2005 Cable & Wireless dnl ## Copyright (c) 2002-2005 Michael van Elst dnl ## dnl ## This file is part of OSSP al, an abstract datatype of a data buffer dnl ## that can assemble, move and truncate data but avoids actual copying dnl ## and which can be found at http://www.ossp.org/pkg/lib/al/. 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 ## AC_PREREQ(2.53) AC_INIT AL_VERSION_STR=`./shtool version -l txt -d long VERSION` ./shtool echo -e "Configuring %BOSSP al%b (Assembly Line), version %B${AL_VERSION_STR}%b" AC_SUBST(AL_VERSION_STR) AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_DEBUGGING AC_CHECK_VA_COPY sinclude(libtool.m4) AC_PROG_LIBTOOL dnl ## local checks go here (not yet) dnl sinclude(al.ac) dnl AL_CHECK_ALL AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h, [AC_DEFINE(WITH_EX, 1, [Define to 1 if building with OSSP ex])]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile al-config]) AC_CONFIG_COMMANDS([adjustment], [chmod a+x al-config]) AC_OUTPUT @ 1.5 log @o Upgraded build environment to GNU autoconf 2.59, GNU libtool 1.5.20 and GNU shtool 2.0.3 o Provide Autoconf check (AC_CHECK_VA_COPY) for va_copy(d,s) macro and fallback implementations and now that we can be sure that va_copy() exists for us, use it in var_formatv() and ts.c instead of the direct assignments (which are not sufficiently portable). o Adjusted copyright messages for year 2005. @ text @d42 1 @ 1.4 log @Adjust copyright messages for new year 2003 @ text @d3 4 a6 4 dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall dnl ## Copyright (c) 2002-2003 The OSSP Project dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland dnl ## Copyright (c) 2002-2003 Michael van Elst @ 1.3 log @post-adjustments to source tree @ text @d3 4 a6 4 dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Cable & Wireless Deutschland dnl ## Copyright (c) 2002 Michael van Elst @ 1.2 log @no local checks so far, disable macro @ text @d9 2 a10 1 dnl ## that can assemble, move and truncate data but avoids actual copying. @ 1.1 log @initial snapshot for OSSP al @ text @d45 3 a47 2 sinclude(al.ac) AL_CHECK_ALL @