1169689Skan#
250397Sobrien#
3169689Skan#   Licensed to the Apache Software Foundation (ASF) under one
4169689Skan#   or more contributor license agreements.  See the NOTICE file
550397Sobrien#   distributed with this work for additional information
690075Sobrien#   regarding copyright ownership.  The ASF licenses this file
750397Sobrien#   to you under the Apache License, Version 2.0 (the
890075Sobrien#   "License"); you may not use this file except in compliance
990075Sobrien#   with the License.  You may obtain a copy of the License at
1090075Sobrien#
1190075Sobrien#     http://www.apache.org/licenses/LICENSE-2.0
1250397Sobrien#
1390075Sobrien#   Unless required by applicable law or agreed to in writing,
1490075Sobrien#   software distributed under the License is distributed on an
1590075Sobrien#   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1690075Sobrien#   KIND, either express or implied.  See the License for the
1750397Sobrien#   specific language governing permissions and limitations
1850397Sobrien#   under the License.
1990075Sobrien#
20169689Skan#
21169689Skan# aclocal.m4: Supplementary macros used by Subversion's configure.ac
2250397Sobrien#
2350397Sobrien# These are here rather than directly in configure.ac, since this prevents
2450397Sobrien# comments in the macro files being copied into configure.ac, producing
2550397Sobrien# useless bloat. (This is significant - a 12kB reduction in size!)
2650397Sobrien
2750397Sobrien# Include macros distributed by the APR project
2850397Sobriensinclude(build/ac-macros/find_apr.m4)
2950397Sobriensinclude(build/ac-macros/find_apu.m4)
3090075Sobrien
3190075Sobrien# Include Subversion's own custom macros
3250397Sobriensinclude(build/ac-macros/svn-macros.m4)
3390075Sobrien
3490075Sobriensinclude(build/ac-macros/apache.m4)
3590075Sobriensinclude(build/ac-macros/apr.m4)
3690075Sobriensinclude(build/ac-macros/aprutil.m4)
3790075Sobriensinclude(build/ac-macros/apr_memcache.m4)
3890075Sobriensinclude(build/ac-macros/berkeley-db.m4)
3950397Sobriensinclude(build/ac-macros/compiler.m4)
4050397Sobriensinclude(build/ac-macros/ctypesgen.m4)
4190075Sobriensinclude(build/ac-macros/java.m4)
4250397Sobriensinclude(build/ac-macros/sasl.m4)
4350397Sobriensinclude(build/ac-macros/serf.m4)
4450397Sobriensinclude(build/ac-macros/sqlite.m4)
4550397Sobriensinclude(build/ac-macros/swig.m4)
4650397Sobriensinclude(build/ac-macros/zlib.m4)
4750397Sobriensinclude(build/ac-macros/kwallet.m4)
4850397Sobriensinclude(build/ac-macros/macosx.m4)
4950397Sobrien
50169689Skan# Include the libtool macros
5150397Sobriensinclude(build/libtool.m4)
5250397Sobriensinclude(build/ltoptions.m4)
5350397Sobriensinclude(build/ltsugar.m4)
5490075Sobriensinclude(build/ltversion.m4)
55169689Skansinclude(build/lt~obsolete.m4)
5690075Sobrien