Merge branch 'master' of /home/eggert/src/gnu/autoconf-savannah/
[autoconf/tsuna.git] / lib / autotest / autotest.m4
blob571effc894cd81b9945dbe923d14091569eb9536
1 # This file is part of Autoconf.                        -*- Autoconf -*-
2 # M4 macros used in building test suites.
3 # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 # As a special exception, the Free Software Foundation gives unlimited
19 # permission to copy, distribute and modify the configure scripts that
20 # are the output of Autoconf.  You need not follow the terms of the GNU
21 # General Public License when using or distributing such scripts, even
22 # though portions of the text of Autoconf appear in them.  The GNU
23 # General Public License (GPL) does govern all other use of the material
24 # that constitutes the Autoconf program.
26 # Certain portions of the Autoconf source text are designed to be copied
27 # (in certain cases, depending on the input) into the output of
28 # Autoconf.  We call these the "data" portions.  The rest of the Autoconf
29 # source text consists of comments plus executable code that decides which
30 # of the data portions to output in any given case.  We call these
31 # comments and executable code the "non-data" portions.  Autoconf never
32 # copies any of the non-data portions into its output.
34 # This special exception to the GPL applies to versions of Autoconf
35 # released by the Free Software Foundation.  When you make and
36 # distribute a modified version of Autoconf, you may extend this special
37 # exception to the GPL to apply to your modified version as well, *unless*
38 # your modified version has the potential to copy into its output some
39 # of the text that was the non-data portion of the version that you started
40 # with.  (In other words, unless your change moves or copies text from
41 # the non-data portions to the data portions.)  If your modification has
42 # such potential, you must delete any notice of this special exception
43 # to the GPL from your modified version.
45 m4_include([autotest/general.m4])