head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2005.01.13.08.42.34; author rse; state Exp; branches; next 1.4; 1.4 date 2004.01.09.11.28.22; author rse; state Exp; branches; next 1.3; 1.3 date 2004.01.09.11.25.48; author rse; state Exp; branches; next 1.2; 1.2 date 2003.03.23.18.07.15; author rse; state Exp; branches; next 1.1; 1.1 date 2002.04.28.13.22.49; author rse; state Exp; branches; next ; desc @@ 1.5 log @happy new year 2005 @ text @dnl ## dnl ## OSSP ui64 - 64-Bit Arithmetic dnl ## Copyright (c) 2002-2005 Ralf S. Engelschall dnl ## Copyright (c) 2002-2005 The OSSP Project dnl ## dnl ## This file is part of OSSP ui64, a 64-bit arithmetic library dnl ## which can be found at http://www.ossp.org/pkg/lib/ui64/. 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 UI64_VERSION_STR=`./shtool version -l txt -d long VERSION` ./shtool echo -e "Configuring %BOSSP ui64%b (64-Bit Arithmetic), version %B${UI64_VERSION_STR}%b" AC_SUBST(UI64_VERSION_STR) AC_CONFIG_SRCDIR(ui64.h) AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_DEBUGGING sinclude(libtool.m4) AC_PROG_LIBTOOL AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile ui64-config]) AC_CONFIG_COMMANDS([adjustment], [chmod a+x ui64-config]) AC_OUTPUT @ 1.4 log @OSSP ui64 was never done under C&W work time, so no need to give them the copyright @ text @d3 2 a4 2 dnl ## Copyright (c) 2002-2004 Ralf S. Engelschall dnl ## Copyright (c) 2002-2004 The OSSP Project @ 1.3 log @bump copyright for year 2004 @ text @a4 1 dnl ## Copyright (c) 2002-2004 Cable & Wireless Deutschland @ 1.2 log @bump copyright year @ 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.1 log @Add first cut of OSSP ui64, a new (sub-)library which allows us to perform 64-bit unsigned integer arithmetic in a portable way without requiring the machine to support C99's 64-bit type "unsigned long long". Basically a ui64_t is an 8 byte array of "unsigned char" elements and hence the library internally stores 64-bit values as 8 digits to the base 2^8 and also performs the mathematical operations this way. @ 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 @