Fix testsuite failure on newer glibc.
[m4.git] / cfg.mk
blob2aac5ac6c5b3f36c7b652e3c1d3939c53716d3d1
1 # Customize maint.mk. -*- makefile -*-
2 # Copyright (C) 2003-2009 Free Software Foundation, Inc.
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 # Use alpha.gnu.org for alpha and beta releases.
18 # Use ftp.gnu.org for major releases.
19 gnu_ftp_host-alpha = alpha.gnu.org
20 gnu_ftp_host-beta = alpha.gnu.org
21 gnu_ftp_host-major = ftp.gnu.org
22 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
24 # Used in maint.mk's web-manual rule
25 manual_title = GNU macro processor
27 url_dir_list = ftp://$(gnu_rel_host)/gnu/m4
29 # The GnuPG ID of the key used to sign the tarballs.
30 gpg_key_ID = F4850180
32 # Tests not to run as part of "make distcheck".
33 # Exclude changelog-check here so that there's less churn in ChangeLog
34 # files -- otherwise, you'd need to have the upcoming version number
35 # at the top of the file for each `make distcheck' run.
36 local-checks-to-skip = changelog-check
38 # The local directory containing the checked-out copy of gnulib used in this
39 # release. Used solely to get gnulib's SHA1 for the "announcement" target.
40 gnulib_dir = $(srcdir)/gnulib