1include(m4sh.m4)#                                        -*- Autoconf -*-
2# This file is part of Autoconf.
3# Driver that loads the Autoconf macro files.
4# Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option)
9# any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19# 02111-1307, USA.
20#
21# Written by David MacKenzie.
22#
23# Do not sinclude acsite.m4 here, because it may not be installed
24# yet when Autoconf is frozen.
25# Do not sinclude ./aclocal.m4 here, to prevent it from being frozen.
26
27m4_include([acversion.m4])
28m4_include([acgeneral.m4])
29m4_include([aclang.m4])
30m4_include([acfunctions.m4])
31m4_include([acheaders.m4])
32m4_include([actypes.m4])
33m4_include([acspecific.m4])
34m4_include([acoldnames.m4])
35
36# We discourage the use of the non prefixed macro names: M4sugar maps
37# all the builtins into `m4_'.  Autoconf has been converted to these
38# names too.  But users may still depend upon these, so reestablish
39# them.
40
41m4_copy_unm4([m4_builtin])
42m4_copy_unm4([m4_changequote])
43m4_copy_unm4([m4_decr])
44m4_copy_unm4([m4_define])
45m4_copy_unm4([m4_defn])
46m4_copy_unm4([m4_divert])
47m4_copy_unm4([m4_divnum])
48m4_copy_unm4([m4_errprint])
49m4_copy_unm4([m4_esyscmd])
50m4_copy_unm4([m4_ifdef])
51m4_copy([m4_if], [ifelse])
52m4_copy_unm4([m4_incr])
53m4_copy_unm4([m4_index])
54m4_copy_unm4([m4_indir])
55m4_copy_unm4([m4_len])
56m4_copy_unm4([m4_patsubst])
57m4_copy_unm4([m4_popdef])
58m4_copy_unm4([m4_pushdef])
59m4_copy_unm4([m4_regexp])
60m4_copy_unm4([m4_sinclude])
61m4_copy_unm4([m4_syscmd])
62m4_copy_unm4([m4_sysval])
63m4_copy_unm4([m4_traceoff])
64m4_copy_unm4([m4_traceon])
65m4_copy_unm4([m4_translit])
66m4_copy_unm4([m4_undefine])
67m4_copy_unm4([m4_undivert])
68