debian/0000775000000000000000000000000012253343733007175 5ustar debian/source/0000775000000000000000000000000012253161446010474 5ustar debian/source/format0000664000000000000000000000001412253161446011702 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000414612253161446011134 0ustar This package was debianized by: Piotr Roszatycki It was downloaded from: Upstream Authors: Patrick Powell Piotr Roszatycki Ralf S. Engelschall Brandon Long Thomas Roessler Michael Elkins Andrew Tridgell Luke Mewburn Copyright: Copyright (C) 1995 Patrick Powell Copyright (C) 2004 Piotr Roszatycki Copyright (C) 2004-2006 Ralf S. Engelschall Copyright (C) 1996 Brandon Long Copyright (C) 1998 Thomas Roessler Copyright (C) 1998 Michael Elkins Copyright (C) 1998 Andrew Tridgell Copyright (C) 1999 Luke Mewburn License: This file is part of OSSP uuid, a library for the generation of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (C) 2005 Piotr Roszatycki and is licensed under the same license as the source code, see above. debian/compat0000664000000000000000000000000212253161446010372 0ustar 7 debian/libossp-uuid-dev.lintian-overrides0000664000000000000000000000017212253161446015747 0ustar manpage-section-mismatch usr/share/man/man3/uuid++.3ossp.gz:* manpage-section-mismatch usr/share/man/man3/uuid.3ossp.gz:* debian/libossp-uuid16.install0000664000000000000000000000001712253161446013350 0ustar usr/lib/*.so.* debian/changelog0000664000000000000000000001226512253343730011052 0ustar ossp-uuid (1.6.2-1.3ubuntu1) trusty; urgency=low * debian/rules: Build with dh_autoreconf for new libtool, but run aclocal first to convince autoreconf that our aclocal is normal. * debian/patches/autoreconf-ify.patch: Fix autotoolery to cope with autoreconf. Move aclocal.m4 to acincludes.m4 so we can use aclocal for libtool, and stop including the local copy of libtool.m4. -- William Grant Sun, 15 Dec 2013 15:11:35 +1100 ossp-uuid (1.6.2-1.3build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 12:42:01 +0100 ossp-uuid (1.6.2-1.3) unstable; urgency=high * Non-maintainer upload * Drop dependency on php5-dev an php5-cli to make transition tracker less confused -- Ondřej Surý Wed, 21 Mar 2012 15:31:01 +0100 ossp-uuid (1.6.2-1.2) unstable; urgency=high * Disable building of php5-uuid until it's fixed in upstream (Closes: #656482) -- Ondřej Surý Wed, 14 Mar 2012 09:11:50 +0100 ossp-uuid (1.6.2-1.1) unstable; urgency=low * Non-maintainer upload. * 0004-fix-data-uuid-from-string.patch: Support dash-less args to from_string in uuid_compat.pm. (Closes: #635607) -- Tim Retout Tue, 26 Jul 2011 12:09:04 +0100 ossp-uuid (1.6.2-1) unstable; urgency=low * New upstream release. (Closes: #452780) * Remove Fix-compatibility-with-Data-UUID.patch (fixed upstream) * Refresh Change-library-name.patch * Delete uuid-config.1 in clean target because it's a generated file. * Fix the invocation of the php test to work with PHP version 5.3. (Closes: #569456) * Change section of php5-uuid from interpreters to php to match override -- Marco Nenciarini Fri, 12 Feb 2010 10:47:30 +0100 ossp-uuid (1.5.1-2) unstable; urgency=low * New maintainer. * Acknowledge NMUs. * Switch to source format "3.0 (quilt)" * Migrate build system to debhelper 7 (Closes: #466829) * Add patch to improve compatibility with Data::UUID (Closes: #480451) * Automatically update config.{sub,guess} (Closes: #543290) * Improve short description for uuid package (Closes: #493416) * In uuid command-line tool don't ignore -m option if followed by -v1 (Closes: #531396) * Bump Standards-Version. No change required * Change comment style in uuid.ini as required by PHP version 5.3 * Fix whatis entry of uuid.1, uuid.3ossp and uuid++.3ossp manpages -- Marco Nenciarini Tue, 02 Feb 2010 15:30:38 +0100 ossp-uuid (1.5.1-1.2) unstable; urgency=high * Non-maintainer upload. * Urgency set to high, because this fixes a RC bug. * Add debian/copyright. (Closes: #540511) * debian/control: - Use ${binary:Version} (found by Lintian). - Bump Standards-Version (found by Lintian). * Use up-to-date config.{sub,guess} files (found by Lintian). -- Kai Wasserbäch Sat, 23 Jan 2010 16:36:24 +0100 ossp-uuid (1.5.1-1.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for RC bugfix. * Drop php4-uuid, since php4 is obsolete and scheduled for removal from testing. Closes: #418310. * Fix the invocation of the php test to load uuid.so via a commandline config directive, since we can't trust that the php5-cli package supports dl(). -- Steve Langasek Sun, 21 Oct 2007 13:08:30 -0700 ossp-uuid (1.5.1-1) unstable; urgency=low * New upstream release. - No binary files in upstream. Closes: #381579. - uuid -d works for amd64. Closes: #381533. * PHP packages use conf.d configuration schema. * Fix Data::UUID::to_b64string returned value ends with a "\n". Closes: #399357. -- Piotr Roszatycki Mon, 20 Nov 2006 17:15:47 +0100 ossp-uuid (1.3.2-1) unstable; urgency=medium * New upstream release. * Recompiled for new php5. Closes: #347185. * The dependencies on php are generated with debian/substvars. -- Piotr Roszatycki Thu, 12 Jan 2006 11:40:03 +0100 ossp-uuid (1.3.1-1) unstable; urgency=low * New upstream release. - New soname. - Provides also C++ library. - Provides new packages with PHP4 and PHP5 extension modules. * Fix section fields. * Perl Data::UUID backward compatibility API is applied by upstream. -- Piotr Roszatycki Wed, 31 Aug 2005 12:52:04 +0200 ossp-uuid (1.2.1-1) unstable; urgency=low * New upstream release. * Removed 002-man_uuid-config_fix_section.patch: - Applied to the upstream. -- Piotr Roszatycki Wed, 31 Aug 2005 10:32:44 +0200 ossp-uuid (1.2.0-2) unstable; urgency=medium * New package: uuid. Closes: #303101. * Fix some typos: Closes: #300019, #300059, #300075. -- Piotr Roszatycki Wed, 6 Apr 2005 11:05:13 +0200 ossp-uuid (1.2.0-1) unstable; urgency=low * New upstream release. * Bump shver to 12. * Fix typo "--without-dce". * Update 001-ossp-uuid_library_name.patch -- Piotr Roszatycki Sun, 13 Mar 2005 19:57:37 +0100 ossp-uuid (1.1.1-1) unstable; urgency=low * Initial Debian version. Closes: #283493. -- Piotr Roszatycki Thu, 2 Dec 2004 14:51:37 +0100 debian/conf/0000775000000000000000000000000012253161446010121 5ustar debian/conf/uuid.ini0000664000000000000000000000006612253161446011572 0ustar ; configuration for php UUID module extension=uuid.so debian/control0000664000000000000000000001402112253226713010574 0ustar Source: ossp-uuid Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Marco Nenciarini Section: libs Priority: optional Standards-Version: 3.8.4 Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libtool, perl (>= 5.8), chrpath Homepage: http://www.ossp.org/pkg/lib/uuid/ Vcs-Git: git://git.debian.org/git/collab-maint/ossp-uuid.git Vcs-Browser: http://git.debian.org/?p=collab-maint/ossp-uuid.git Package: libossp-uuid16 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: uuid Description: OSSP uuid ISO-C and C++ - shared library OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the shared library. Package: libossp-uuid-dev Architecture: any Section: libdevel Depends: libossp-uuid16 (= ${binary:Version}), ${misc:Depends} Description: OSSP uuid ISO-C and C++ - headers and static libraries OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the development environment for the ossp-uuid library. Package: uuid Architecture: any Section: utils Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libossp-uuid11 Description: the Universally Unique Identifier Command-Line Tool OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the Universally Unique Identifier Command-Line Tool. Package: libossp-uuid-perl Architecture: any Section: perl Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Provides: libdata-uuid-perl Conflicts: libdata-uuid-perl Replaces: libdata-uuid-perl Description: perl OSSP::UUID - OSSP uuid Perl Binding OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . OSSP::uuid provides two Perl APIs: . The OO-style API is a wrapper around the C-style API and intended for high-level and regular programming. . The C-style API is a direct mapping of the OSSP uuid ISO-C API to Perl and is intended for low-level programming. . The Debian package provides also Data::UUID interface so OSSP::uuid can be used as free replacement for non-DFSG Perl module. #Package: php5-uuid #Architecture: any #Section: php #Depends: ${shlibs:Depends}, ${php5-uuid:Depends}, ${misc:Depends} #Description: OSSP uuid module for php5 # OSSP uuid is an ISO-C and Perl application programming interface (API) # and corresponding command line interface (CLI) for the generation of # DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier # (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node # based), version 3 (name based) and version 4 (random number based). # . # UUIDs are 128 bit numbers which are intended to have a high likelihood # of uniqueness over space and time and are computationally difficult # to guess. They are globally unique identifiers which can be locally # generated without contacting a global registration authority. UUIDs # are intended as unique identifiers for both mass tagging objects # with an extremely short lifetime and to reliably identifying very # persistent objects across a network. # . # This package provides a module for OSSP uuid functions support in PHP # scripts. debian/php5-uuid.install0000664000000000000000000000004112253161446012377 0ustar ../conf/uuid.ini etc/php5/conf.d debian/watch0000664000000000000000000000031512253161446010224 0ustar # format version number, currently 2; this line is compulsory! version=2 # Automatically generated by cvsdebuscan at Mon, 29 Nov 2004 13:20:10 +0100 ftp://ftp.ossp.org/pkg/lib/uuid/uuid-([0-9.]+)\.tar.gz debian/patches/0000775000000000000000000000000012253226656010630 5ustar debian/patches/series0000664000000000000000000000026512253226656012050 0ustar 0001-Change-library-name.patch 0002-uuid-preserve-m-option-status-in-v-option-handling.patch 0003-Fix-whatis-entries.patch 0004-fix-data-uuid-from-string.patch autoreconf-ify.patch debian/patches/0001-Change-library-name.patch0000664000000000000000000001016612253161446015773 0ustar From: Piotr Roszatycki Date: Wed, 27 Jan 2010 16:53:11 +0100 Subject: [PATCH] Change library name The soname was changed to ossp-uuid to prevend the name clash with e2fsprogs's uuid library. --- Makefile.in | 6 +++--- perl/Makefile.PL | 12 ++++++------ php/config.m4 | 2 +- uuid-config.in | 2 +- uuid.pc.in | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile.in b/Makefile.in index d28f4be..c2ba99d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,13 +62,13 @@ PERL = @PERL@ PHP = @PHP@ PG_CONFIG = @PG_CONFIG@ -LIB_NAME = libuuid.la +LIB_NAME = libossp-uuid.la LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_time.lo uuid_ui64.lo uuid_ui128.lo uuid_str.lo -DCE_NAME = libuuid_dce.la +DCE_NAME = libossp-uuid_dce.la DCE_OBJS = uuid_dce.lo $(LIB_OBJS) -CXX_NAME = libuuid++.la +CXX_NAME = libossp-uuid++.la CXX_OBJS = uuid++.lo $(LIB_OBJS) PRG_NAME = uuid diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 92f4494..9c6fee6 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -33,9 +33,9 @@ use Config; use ExtUtils::MakeMaker; # determine source directory -my ($srcdir) = map { my $d = $_; $d =~ s/\/libuuid\.la$//; $d } - grep { -f $_ } ("../libuuid.la", glob("../*/libuuid.la")) - or die "no source directory found (where libuuid.la is located)"; +my ($srcdir) = map { my $d = $_; $d =~ s/\/libossp-uuid\.la$//; $d } + grep { -f $_ } ("../libossp-uuid.la", glob("../*/libossp-uuid.la")) + or die "no source directory found (where libossp-uuid.la is located)"; # determine extra build options my $compat = 0; @@ -47,15 +47,15 @@ WriteMakefile( VERSION_FROM => 'uuid.pm', ABSTRACT_FROM => 'uuid.pod', PREREQ_PM => {}, - LIBS => [ "-L$srcdir/.libs -L$srcdir -luuid" ], + LIBS => [ "-L$srcdir/.libs -L$srcdir -lossp-uuid" ], DEFINE => '', INC => "-I. -I$srcdir", PM => { 'uuid.pm' => '$(INST_LIBDIR)/uuid.pm', 'uuid.pod' => '$(INST_LIBDIR)/uuid.pod', ($compat ? ('uuid_compat.pm' => '$(INST_LIBDIR)/../Data/UUID.pm') : ()), ($compat ? ('uuid_compat.pod' => '$(INST_LIBDIR)/../Data/UUID.pod') : ()), }, - MAN3PODS => { 'uuid.pod' => '$(INST_MAN3DIR)/OSSP::uuid.3', - ($compat ? ('uuid_compat.pod' => '$(INST_MAN3DIR)/Data::UUID.3') : ()), }, + MAN3PODS => { 'uuid.pod' => '$(INST_MAN3DIR)/OSSP::uuid.3pm', + ($compat ? ('uuid_compat.pod' => '$(INST_MAN3DIR)/Data::UUID.3pm') : ()), }, TYPEMAPS => [ 'uuid.tm' ], test => { TESTS => 'uuid.ts' . ($compat ? ' uuid_compat.ts' : '') }, NO_META => 1, diff --git a/php/config.m4 b/php/config.m4 index 5091b96..969b457 100644 --- a/php/config.m4 +++ b/php/config.m4 @@ -34,7 +34,7 @@ if test "$PHP_UUID" != "no"; then PHP_NEW_EXTENSION(uuid, uuid.c, $ext_shared) AC_DEFINE(HAVE_UUID, 1, [Have OSSP uuid library]) PHP_ADD_LIBPATH([..], ) - PHP_ADD_LIBRARY([uuid],, UUID_SHARED_LIBADD) + PHP_ADD_LIBRARY([ossp-uuid],, UUID_SHARED_LIBADD) PHP_ADD_INCLUDE([..]) PHP_SUBST(UUID_SHARED_LIBADD) diff --git a/uuid-config.in b/uuid-config.in index 8d2a063..5b58812 100644 --- a/uuid-config.in +++ b/uuid-config.in @@ -121,7 +121,7 @@ do output_extra="$output_extra $uuid_ldflags" ;; --libs) - output="$output -luuid" + output="$output -lossp-uuid" output_extra="$output_extra $uuid_libs" ;; * ) diff --git a/uuid.pc.in b/uuid.pc.in index c76ad1e..de00c2f 100644 --- a/uuid.pc.in +++ b/uuid.pc.in @@ -36,7 +36,7 @@ Name: OSSP uuid Description: Universally Unique Identifier (UUID) Library Version: @UUID_VERSION_RAW@ URL: http://www.ossp.org/pkg/lib/uuid/ -Cflags: -I${includedir} -Libs: -L${libdir} -luuid +Cflags: -I${includedir}/ossp +Libs: -L${libdir} -lossp-uuid Libs.private: @LIBS@ -- debian/patches/0003-Fix-whatis-entries.patch0000664000000000000000000000214712253161446015722 0ustar From: Marco Nenciarini Date: Tue, 2 Feb 2010 12:16:49 +0100 Subject: [PATCH] Fix whatis entries Fix whatis entry of uuid.1, uuid.3ossp and uuid++.3ossp manpages --- uuid++.pod | 2 +- uuid.pod | 2 +- uuid_cli.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uuid++.pod b/uuid++.pod index 8b5a4b1..89c5efb 100644 --- a/uuid++.pod +++ b/uuid++.pod @@ -31,7 +31,7 @@ =head1 NAME -B - B (C++ API) +B - B (C++ API) =head1 VERSION diff --git a/uuid.pod b/uuid.pod index 4ad3742..0179a46 100644 --- a/uuid.pod +++ b/uuid.pod @@ -31,7 +31,7 @@ =head1 NAME -B - B +B - B =head1 VERSION diff --git a/uuid_cli.pod b/uuid_cli.pod index ddec6bb..df9dc83 100644 --- a/uuid_cli.pod +++ b/uuid_cli.pod @@ -31,7 +31,7 @@ =head1 NAME -B - B +B - B =head1 VERSION -- debian/patches/0004-fix-data-uuid-from-string.patch0000664000000000000000000000201412253161446017130 0ustar Description: Support dash-less args to from_string. Author: Tim Retout Bug-Debian: http://bugs.debian.org/635607 The module Data::GUID depends on Data::UUID supporting this behaviour. --- a/perl/uuid_compat.pm +++ b/perl/uuid_compat.pm @@ -93,7 +93,9 @@ $uuid->import('str', $str =~ /^0x/ ? join '-', unpack('x2 a8 a4 a4 a4 a12', $str) - : $str + : $str =~ /-/ + ? $str + : join '-', unpack('A8 A4 A4 A4 A12', $str) ); return $uuid->export('bin'); } --- a/perl/uuid_compat.ts +++ b/perl/uuid_compat.ts @@ -28,7 +28,7 @@ ## uuid_compat.ts: Data::UUID Backward Compatibility Perl API (Perl test suite part) ## -use Test::More tests => 14; +use Test::More tests => 16; BEGIN { use_ok('Data::UUID'); @@ -53,3 +53,5 @@ ok($uuid8 = $ug->from_string("6ba7b811-9dad-11d1-80b4-00c04fd430c8")); ok($ug->compare($uuid7, $uuid8) == 0); +ok($uuid9 = $ug->from_string("6ba7b8119dad11d180b400c04fd430c8")); +ok($ug->compare($uuid7, $uuid9) == 0); debian/patches/autoreconf-ify.patch0000664000000000000000000003146612253226457014614 0ustar Index: ossp-uuid/configure.ac =================================================================== --- ossp-uuid.orig/configure.ac 2013-12-15 10:00:54.530213000 +1100 +++ ossp-uuid/configure.ac 2013-12-15 15:16:41.668998209 +1100 @@ -44,8 +44,7 @@ AC_CHECK_DMALLOC with_tags="" -sinclude(libtool.m4) -AC_PROG_LIBTOOL +LT_INIT sinclude(uuid.ac) UUID_CHECK_ALL Index: ossp-uuid/acinclude.m4 =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ ossp-uuid/acinclude.m4 2013-12-15 14:22:26.903820927 +1100 @@ -0,0 +1,352 @@ +dnl ## +dnl ## SA - OSSP Socket Abstraction Library +dnl ## Copyright (c) 2001-2003 Ralf S. Engelschall +dnl ## Copyright (c) 2001-2003 The OSSP Project +dnl ## Copyright (c) 2001-2003 Cable & Wireless Deutschland +dnl ## +dnl ## This file is part of OSSP SA, a socket abstraction library which +dnl ## can be found at http://www.ossp.org/pkg/sa/. +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 ## aclocal.m4: GNU Autoconf local macro definitions +dnl ## + +dnl ## +dnl ## Check whether compiler option works +dnl ## +dnl ## configure.in: +dnl ## AC_COMPILER_OPTION(, ,