]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/subversion/aclocal.m4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / subversion / aclocal.m4
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
28 sinclude(build/ac-macros/find_apr.m4)
29 sinclude(build/ac-macros/find_apu.m4)
30
31 # Include Subversion's own custom macros
32 sinclude(build/ac-macros/svn-macros.m4)
33
34 sinclude(build/ac-macros/apache.m4)
35 sinclude(build/ac-macros/apr.m4)
36 sinclude(build/ac-macros/aprutil.m4)
37 sinclude(build/ac-macros/apr_memcache.m4)
38 sinclude(build/ac-macros/berkeley-db.m4)
39 sinclude(build/ac-macros/compiler.m4)
40 sinclude(build/ac-macros/ctypesgen.m4)
41 sinclude(build/ac-macros/java.m4)
42 sinclude(build/ac-macros/sasl.m4)
43 sinclude(build/ac-macros/serf.m4)
44 sinclude(build/ac-macros/sqlite.m4)
45 sinclude(build/ac-macros/swig.m4)
46 sinclude(build/ac-macros/zlib.m4)
47 sinclude(build/ac-macros/kwallet.m4)
48 sinclude(build/ac-macros/macosx.m4)
49
50 # Include the libtool macros
51 sinclude(build/libtool.m4)
52 sinclude(build/ltoptions.m4)
53 sinclude(build/ltsugar.m4)
54 sinclude(build/ltversion.m4)
55 sinclude(build/lt~obsolete.m4)