Blame lib/autotest/autotest.m4

Packit 47b4ca
# This file is part of Autoconf.			-*- Autoconf -*-
Packit 47b4ca
# M4 macros used in building test suites.
Packit 47b4ca
# Copyright (C) 2000-2002, 2009-2012 Free Software Foundation, Inc.
Packit 47b4ca
Packit 47b4ca
# This file is part of Autoconf.  This program is free
Packit 47b4ca
# software; you can redistribute it and/or modify it under the
Packit 47b4ca
# terms of the GNU General Public License as published by the
Packit 47b4ca
# Free Software Foundation, either version 3 of the License, or
Packit 47b4ca
# (at your option) any later version.
Packit 47b4ca
#
Packit 47b4ca
# This program is distributed in the hope that it will be useful,
Packit 47b4ca
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 47b4ca
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 47b4ca
# GNU General Public License for more details.
Packit 47b4ca
#
Packit 47b4ca
# Under Section 7 of GPL version 3, you are granted additional
Packit 47b4ca
# permissions described in the Autoconf Configure Script Exception,
Packit 47b4ca
# version 3.0, as published by the Free Software Foundation.
Packit 47b4ca
#
Packit 47b4ca
# You should have received a copy of the GNU General Public License
Packit 47b4ca
# and a copy of the Autoconf Configure Script Exception along with
Packit 47b4ca
# this program; see the files COPYINGv3 and COPYING.EXCEPTION
Packit 47b4ca
# respectively.  If not, see <http://www.gnu.org/licenses/>.
Packit 47b4ca
Packit 47b4ca
m4_include([autotest/general.m4])
Packit 47b4ca
m4_include([autotest/specific.m4])