head 1.15; access; symbols UUID_1_6_2:1.14 UUID_1_6_1:1.14 UUID_1_6_0:1.13 UUID_1_5_1:1.11 UUID_1_5_0:1.11 UUID_1_4_2:1.11 UUID_1_4_1:1.11 UUID_1_4_0:1.11 UUID_1_3_2:1.10 UUID_1_3_1:1.10 UUID_1_3_0:1.10 UUID_1_2_1:1.9 UUID_1_2_0:1.9 UUID_1_1_2:1.9 UUID_1_1_1:1.8 UUID_1_1_0:1.8 UUID_1_0_4:1.8 UUID_1_0_3:1.8 UUID_1_0_2:1.6 UUID_1_0_1:1.6 UUID_1_0_0:1.6 UUID_0_9_7:1.6 UUID_0_9_6:1.6 UUID_0_9_5:1.6 UUID_0_9_4:1.6 UUID_0_9_3:1.4 UUID_0_9_2:1.4 UUID_0_9_1:1.4 UUID_0_9_0:1.2; locks; strict; comment @# @; 1.15 date 2008.07.05.12.58.15; author rse; state dead; branches; next 1.14; commitid XLXN7vUmABwPcC9t; 1.14 date 2008.01.10.14.18.46; author rse; state Exp; branches; next 1.13; commitid LqMgFGBgTR7clSMs; 1.13 date 2007.01.01.18.14.54; author rse; state Exp; branches; next 1.12; commitid jOXiIO8S8v7xFP0s; 1.12 date 2006.08.02.13.11.09; author rse; state Exp; branches; next 1.11; commitid fwUmuuaIDS3gSgHr; 1.11 date 2006.01.13.06.44.30; author rse; state Exp; branches; next 1.10; commitid hYfQc9JIMh4bcphr; 1.10 date 2005.08.31.11.16.18; author rse; state Exp; branches; next 1.9; 1.9 date 2004.12.31.19.20.34; author rse; state Exp; branches; next 1.8; 1.8 date 2004.10.15.18.22.31; author rse; state Exp; branches; next 1.7; 1.7 date 2004.10.15.18.17.45; author rse; state Exp; branches; next 1.6; 1.6 date 2004.01.19.13.46.03; author rse; state Exp; branches; next 1.5; 1.5 date 2004.01.18.20.19.23; author rse; state Exp; branches; next 1.4; 1.4 date 2004.01.13.10.02.26; author rse; state Exp; branches; next 1.3; 1.3 date 2004.01.11.08.54.18; author rse; state Exp; branches; next 1.2; 1.2 date 2004.01.09.09.02.58; author rse; state Exp; branches; next 1.1; 1.1 date 2004.01.06.20.14.28; author rse; state Exp; branches; next ; desc @@ 1.15 log @remove OSSP uuid from CVS -- it is now versioned controlled in a Monotone repository @ text @dnl ## dnl ## OSSP uuid - Universally Unique Identifier dnl ## Copyright (c) 2004-2008 Ralf S. Engelschall dnl ## Copyright (c) 2004-2008 The OSSP Project dnl ## dnl ## This file is part of OSSP uuid, a library for the generation dnl ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ 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 UUID_VERSION_RAW=`$ac_confdir/shtool version -l c -d short uuid_vers.h` UUID_VERSION_STR=`$ac_confdir/shtool version -l c -d long uuid_vers.h` UUID_VERSION_HEX=`$ac_confdir/shtool version -l c -d hex uuid_vers.h` $ac_confdir/shtool echo -e \ "Configuring %BOSSP uuid%b (Universally Unique Identifier), version %B${UUID_VERSION_STR}%b" AC_SUBST(UUID_VERSION_RAW) AC_SUBST(UUID_VERSION_STR) AC_SUBST(UUID_VERSION_HEX) AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_DEBUGGING AC_CHECK_DMALLOC with_tags="" sinclude(libtool.m4) AC_PROG_LIBTOOL sinclude(uuid.ac) UUID_CHECK_ALL AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile uuid-config uuid.pc uuid.h]) AC_CONFIG_COMMANDS([adjustment], [chmod a-w uuid.h; chmod a+x uuid-config]) AC_OUTPUT @ 1.14 log @adjust copyright messages for 2008 and bump version in advance @ text @@ 1.13 log @Adjust copyright messages for new year 2007. @ text @d3 2 a4 2 dnl ## Copyright (c) 2004-2007 Ralf S. Engelschall dnl ## Copyright (c) 2004-2007 The OSSP Project @ 1.12 log @Optional DMALLOC based memory debugging support. @ text @d3 2 a4 2 dnl ## Copyright (c) 2004-2006 Ralf S. Engelschall dnl ## Copyright (c) 2004-2006 The OSSP Project @ 1.11 log @Adjust copyright messages for new year 2006. @ text @d44 1 @ 1.10 log @Added a pkg-config(1) specification uuid.pc which is also installed by default in addition to the old-style uuid-config tool. @ text @d3 2 a4 2 dnl ## Copyright (c) 2004-2005 Ralf S. Engelschall dnl ## Copyright (c) 2004-2005 The OSSP Project @ 1.9 log @Adjust copyright messages for new year 2005. @ text @d32 3 a34 2 UUID_VERSION_STR=`$ac_confdir/shtool version -l c -d long uuid_vers.h` UUID_VERSION_HEX=`$ac_confdir/shtool version -l c -d hex uuid_vers.h` d37 1 d53 1 a53 1 AC_CONFIG_FILES([Makefile uuid-config uuid.h]) @ 1.8 log @Support configuring/building/installing from an arbitrary directory via srcdir/top_srcdir/VPATH. Submitted by: David Lee @ text @d3 2 a4 2 dnl ## Copyright (c) 2004 Ralf S. Engelschall dnl ## Copyright (c) 2004 The OSSP Project @ 1.7 log @fix configure under libtool 1.5.10 @ text @d32 4 a35 3 UUID_VERSION_STR=`./shtool version -l c -d long uuid_vers.h` UUID_VERSION_HEX=`./shtool version -l c -d hex uuid_vers.h` ./shtool echo -e "Configuring %BOSSP uuid%b (Universally Unique Identifier), version %B${UUID_VERSION_STR}%b" @ 1.6 log @make sure we do not accidentely change the generated file again @ text @a41 3 m4_defun([AC_PROG_CXX]) m4_defun([AC_PROG_CXXCPP]) m4_defun([AC_PROG_F77]) @ 1.5 log @Add version support to API via UUID_VERSION (compile-time) and uuid_version() (link-time). @ text @d54 1 a54 1 AC_CONFIG_COMMANDS([adjustment], [chmod a+x uuid-config]) @ 1.4 log @Disable the C++ and F77 checks in GNU libtool. @ text @d32 2 a33 1 UUID_VERSION_STR=`./shtool version -l txt -d long VERSION` d36 1 d53 1 a53 1 AC_CONFIG_FILES([Makefile uuid-config]) @ 1.3 log @use 'Universally Unique Identifier' with plural @ text @d40 4 @ 1.2 log @fix prefix @ text @d33 1 a33 1 ./shtool echo -e "Configuring %BOSSP uuid%b (Universally Unique Identifiers), version %B${UUID_VERSION_STR}%b" @ 1.1 log @import the first cut for our forthcoming OSSP uuid library @ text @d32 1 a32 1 SA_VERSION_STR=`./shtool version -l txt -d long VERSION` @