1251881Speter#
2251881Speter#
3251881Speter#   Licensed to the Apache Software Foundation (ASF) under one
4251881Speter#   or more contributor license agreements.  See the NOTICE file
5251881Speter#   distributed with this work for additional information
6251881Speter#   regarding copyright ownership.  The ASF licenses this file
7251881Speter#   to you under the Apache License, Version 2.0 (the
8251881Speter#   "License"); you may not use this file except in compliance
9251881Speter#   with the License.  You may obtain a copy of the License at
10251881Speter#
11251881Speter#     http://www.apache.org/licenses/LICENSE-2.0
12251881Speter#
13251881Speter#   Unless required by applicable law or agreed to in writing,
14251881Speter#   software distributed under the License is distributed on an
15251881Speter#   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16251881Speter#   KIND, either express or implied.  See the License for the
17251881Speter#   specific language governing permissions and limitations
18251881Speter#   under the License.
19251881Speter#
20251881Speter#
21251881Speter# aclocal.m4: Supplementary macros used by Subversion's configure.ac
22251881Speter#
23251881Speter# These are here rather than directly in configure.ac, since this prevents
24251881Speter# comments in the macro files being copied into configure.ac, producing
25251881Speter# useless bloat. (This is significant - a 12kB reduction in size!)
26251881Speter
27251881Speter# Include macros distributed by the APR project
28251881Spetersinclude(build/ac-macros/find_apr.m4)
29251881Spetersinclude(build/ac-macros/find_apu.m4)
30251881Speter
31251881Speter# Include Subversion's own custom macros
32251881Spetersinclude(build/ac-macros/svn-macros.m4)
33251881Speter
34251881Spetersinclude(build/ac-macros/apache.m4)
35251881Spetersinclude(build/ac-macros/apr.m4)
36251881Spetersinclude(build/ac-macros/aprutil.m4)
37251881Spetersinclude(build/ac-macros/apr_memcache.m4)
38362181Sdimsinclude(build/ac-macros/ax_boost_base.m4)
39362181Sdimsinclude(build/ac-macros/ax_boost_unit_test_framework.m4)
40251881Spetersinclude(build/ac-macros/berkeley-db.m4)
41251881Spetersinclude(build/ac-macros/compiler.m4)
42251881Spetersinclude(build/ac-macros/ctypesgen.m4)
43251881Spetersinclude(build/ac-macros/java.m4)
44251881Spetersinclude(build/ac-macros/sasl.m4)
45251881Spetersinclude(build/ac-macros/serf.m4)
46251881Spetersinclude(build/ac-macros/sqlite.m4)
47362181Sdimsinclude(build/ac-macros/py3c.m4)
48251881Spetersinclude(build/ac-macros/swig.m4)
49251881Spetersinclude(build/ac-macros/zlib.m4)
50362181Sdimsinclude(build/ac-macros/lz4.m4)
51251881Spetersinclude(build/ac-macros/kwallet.m4)
52362181Sdimsinclude(build/ac-macros/libsecret.m4)
53362181Sdimsinclude(build/ac-macros/utf8proc.m4)
54251881Spetersinclude(build/ac-macros/macosx.m4)
55251881Speter
56251881Speter# Include the libtool macros
57251881Spetersinclude(build/libtool.m4)
58251881Spetersinclude(build/ltoptions.m4)
59251881Spetersinclude(build/ltsugar.m4)
60251881Spetersinclude(build/ltversion.m4)
61251881Spetersinclude(build/lt~obsolete.m4)
62