Blame autoconf.m4

Packit 1ca270
dnl Driver that loads the Autoconf macro files.
Packit 1ca270
dnl Requires GNU m4.
Packit 1ca270
dnl This file is part of Autoconf.
Packit 1ca270
dnl Copyright (C) 1994 Free Software Foundation, Inc.
Packit 1ca270
dnl
Packit 1ca270
dnl This program is free software; you can redistribute it and/or modify
Packit 1ca270
dnl it under the terms of the GNU General Public License as published by
Packit 1ca270
dnl the Free Software Foundation; either version 2, or (at your option)
Packit 1ca270
dnl any later version.
Packit 1ca270
dnl
Packit 1ca270
dnl This program is distributed in the hope that it will be useful,
Packit 1ca270
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 1ca270
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 1ca270
dnl GNU General Public License for more details.
Packit 1ca270
dnl
Packit 1ca270
dnl You should have received a copy of the GNU General Public License
Packit 1ca270
dnl along with this program; if not, write to the Free Software
Packit 1ca270
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
Packit 1ca270
dnl 02111-1307, USA.
Packit 1ca270
dnl
Packit 1ca270
dnl Written by David MacKenzie.
Packit 1ca270
dnl
Packit 1ca270
include(acgeneral.m4)dnl
Packit 1ca270
builtin(include, acspecific.m4)dnl
Packit 1ca270
builtin(include, acoldnames.m4)dnl
Packit 1ca270
dnl Do not sinclude acsite.m4 here, because it may not be installed
Packit 1ca270
dnl yet when Autoconf is frozen.
Packit 1ca270
dnl Do not sinclude ./aclocal.m4 here, to prevent it from being frozen.