intl/icu/source/aclocal.m4

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

michael@0 1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
michael@0 2
michael@0 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
michael@0 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
michael@0 5 # This file is free software; the Free Software Foundation
michael@0 6 # gives unlimited permission to copy and/or distribute it,
michael@0 7 # with or without modifications, as long as this notice is preserved.
michael@0 8
michael@0 9 # This program is distributed in the hope that it will be useful,
michael@0 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
michael@0 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
michael@0 12 # PARTICULAR PURPOSE.
michael@0 13
michael@0 14 m4_include([acinclude.m4])

mercurial