* lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
[autoconf/tsuna.git] / Makefile.cfg
blob7164e3be48b45e192b65a472f0f3b136d6b4b519
1 # Customize Makefile.maint for Autoconf.            -*- Makefile -*-
2 # Copyright (C) 2003, 2004, 2006 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 prev_version_file = $(srcdir)/config/prev-version.txt
18 announce_gen   = $(srcdir)/config/announce-gen
19 release_archive_dir = releases
21 # Use alpha.gnu.org for alpha and beta releases.
22 # Use ftp.gnu.org for major releases.
23 gnu_ftp_host-alpha = alpha
24 gnu_ftp_host-beta = alpha
25 gnu_ftp_host-major = ftp
26 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
28 url_dir_list = \
29   ftp://$(gnu_rel_host).gnu.org/gnu/autoconf
31 # Files to update automatically.
32 cvs_executable_files = \
33   $(srcdir)/build-aux/config.guess \
34   $(srcdir)/build-aux/config.sub \
35   $(srcdir)/build-aux/elisp-comp \
36   $(srcdir)/build-aux/install-sh \
37   $(srcdir)/build-aux/mdate-sh \
38   $(srcdir)/build-aux/missing \
40 cvs_files = $(cvs_executable_files) \
41   $(srcdir)/build-aux/texinfo.tex \
42   $(srcdir)/doc/fdl.texi \
43   $(srcdir)/doc/make-stds.texi \
44   $(srcdir)/doc/standards.texi
46 # Keep executables executable.  Make it robust to parallel makes.
47 local_updates = executable-update
49 .PHONY: executable-update
50 # autom4te-update is defined in Makefile.am.
51 executable-update: wget-update cvs-update autom4te-update
52         chmod a+x $(cvs_executable_files)
54 # Tests not to run.
55 local-checks-to-skip ?= \
56   sc_unmarked_diagnostics