Don't swallow $1 in textual local variables.
[autoconf.git] / cfg.mk
blob2b0bcac4bfc4a1547d8f364098aad46f2177e6d6
1 # Customize maint.mk for Autoconf. -*- Makefile -*-
2 # Copyright (C) 2003, 2004, 2006, 2008 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 # This file is '-include'd into GNUmakefile.
19 # Build with our own versions of these tools, when possible.
20 export PATH = $(shell echo "`pwd`/tests:$$PATH")
22 # Remove the autoreconf-provided INSTALL, so that we regenerate it.
23 _autoreconf = autoreconf -i -v && rm -f INSTALL
25 # Version management.
26 prev_version_file = $(srcdir)/config/prev-version.txt
27 announce_gen = $(srcdir)/config/announce-gen
28 release_archive_dir = releases
30 # Use alpha.gnu.org for alpha and beta releases.
31 # Use ftp.gnu.org for major releases.
32 gnu_ftp_host-alpha = alpha
33 gnu_ftp_host-beta = alpha
34 gnu_ftp_host-major = ftp
35 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
37 url_dir_list = \
38 ftp://$(gnu_rel_host).gnu.org/gnu/autoconf
40 # Files to update automatically.
41 cvs_executable_files = \
42 $(srcdir)/build-aux/config.guess \
43 $(srcdir)/build-aux/config.sub \
44 $(srcdir)/build-aux/elisp-comp \
45 $(srcdir)/build-aux/install-sh \
46 $(srcdir)/build-aux/mdate-sh \
47 $(srcdir)/build-aux/missing \
49 cvs_files = $(cvs_executable_files) \
50 $(srcdir)/build-aux/texinfo.tex \
51 $(srcdir)/doc/fdl.texi \
52 $(srcdir)/doc/make-stds.texi \
53 $(srcdir)/doc/standards.texi
55 # Keep executables executable. Make it robust to parallel makes.
56 local_updates = executable-update
58 .PHONY: executable-update
59 # autom4te-update is defined in Makefile.am.
60 executable-update: wget-update cvs-update autom4te-update
61 chmod a+x $(cvs_executable_files)
63 # Tests not to run.
64 local-checks-to-skip ?= \
65 sc_unmarked_diagnostics