1#
2#
3#   Licensed to the Apache Software Foundation (ASF) under one
4#   or more contributor license agreements.  See the NOTICE file
5#   distributed with this work for additional information
6#   regarding copyright ownership.  The ASF licenses this file
7#   to you under the Apache License, Version 2.0 (the
8#   "License"); you may not use this file except in compliance
9#   with the License.  You may obtain a copy of the License at
10#
11#     http://www.apache.org/licenses/LICENSE-2.0
12#
13#   Unless required by applicable law or agreed to in writing,
14#   software distributed under the License is distributed on an
15#   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#   KIND, either express or implied.  See the License for the
17#   specific language governing permissions and limitations
18#   under the License.
19#
20#
21# aclocal.m4: Supplementary macros used by Subversion's configure.ac
22#
23# These are here rather than directly in configure.ac, since this prevents
24# comments in the macro files being copied into configure.ac, producing
25# useless bloat. (This is significant - a 12kB reduction in size!)
26
27# Include macros distributed by the APR project
28sinclude(build/ac-macros/find_apr.m4)
29sinclude(build/ac-macros/find_apu.m4)
30
31# Include Subversion's own custom macros
32sinclude(build/ac-macros/svn-macros.m4)
33
34sinclude(build/ac-macros/apache.m4)
35sinclude(build/ac-macros/apr.m4)
36sinclude(build/ac-macros/aprutil.m4)
37sinclude(build/ac-macros/apr_memcache.m4)
38sinclude(build/ac-macros/ax_boost_base.m4)
39sinclude(build/ac-macros/ax_boost_unit_test_framework.m4)
40sinclude(build/ac-macros/berkeley-db.m4)
41sinclude(build/ac-macros/compiler.m4)
42sinclude(build/ac-macros/ctypesgen.m4)
43sinclude(build/ac-macros/java.m4)
44sinclude(build/ac-macros/sasl.m4)
45sinclude(build/ac-macros/serf.m4)
46sinclude(build/ac-macros/sqlite.m4)
47sinclude(build/ac-macros/py3c.m4)
48sinclude(build/ac-macros/swig.m4)
49sinclude(build/ac-macros/zlib.m4)
50sinclude(build/ac-macros/lz4.m4)
51sinclude(build/ac-macros/kwallet.m4)
52sinclude(build/ac-macros/libsecret.m4)
53sinclude(build/ac-macros/utf8proc.m4)
54sinclude(build/ac-macros/macosx.m4)
55
56# Include the libtool macros
57sinclude(build/libtool.m4)
58sinclude(build/ltoptions.m4)
59sinclude(build/ltsugar.m4)
60sinclude(build/ltversion.m4)
61sinclude(build/lt~obsolete.m4)
62