Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / autoconf / autoconf.m4
blob0ea9c435060fcb45d700ae6cd9cc2b71e537ec6d
1 include(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.
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.
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.
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.
21 # Written by David MacKenzie.
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.
27 m4_include([acversion.m4])
28 m4_include([acgeneral.m4])
29 m4_include([aclang.m4])
30 m4_include([acfunctions.m4])
31 m4_include([acheaders.m4])
32 m4_include([actypes.m4])
33 m4_include([acspecific.m4])
34 m4_include([acoldnames.m4])
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.
41 m4_copy_unm4([m4_builtin])
42 m4_copy_unm4([m4_changequote])
43 m4_copy_unm4([m4_decr])
44 m4_copy_unm4([m4_define])
45 m4_copy_unm4([m4_defn])
46 m4_copy_unm4([m4_divert])
47 m4_copy_unm4([m4_divnum])
48 m4_copy_unm4([m4_errprint])
49 m4_copy_unm4([m4_esyscmd])
50 m4_copy_unm4([m4_ifdef])
51 m4_copy([m4_if], [ifelse])
52 m4_copy_unm4([m4_incr])
53 m4_copy_unm4([m4_index])
54 m4_copy_unm4([m4_indir])
55 m4_copy_unm4([m4_len])
56 m4_copy_unm4([m4_patsubst])
57 m4_copy_unm4([m4_popdef])
58 m4_copy_unm4([m4_pushdef])
59 m4_copy_unm4([m4_regexp])
60 m4_copy_unm4([m4_sinclude])
61 m4_copy_unm4([m4_syscmd])
62 m4_copy_unm4([m4_sysval])
63 m4_copy_unm4([m4_traceoff])
64 m4_copy_unm4([m4_traceon])
65 m4_copy_unm4([m4_translit])
66 m4_copy_unm4([m4_undefine])
67 m4_copy_unm4([m4_undivert])