Removed BIN_SH=xpg4, moved DUALCASE=1 to AS_SHELL_SANITIZE.
[autoconf.git] / Makefile.cfg
blob33899f9d112d97cdbaad972eaf7bd0ff01ebc455
1 # Customize Makefile.maint for Autoconf.            -*- Makefile -*-
2 # Copyright (C) 2003, 2004 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 2, or (at your option)
7 # 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, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 # 02110-1301, USA.
19 prev_version_file = $(srcdir)/config/prev-version.txt
20 move_if_change = $(srcdir)/config/move-if-change
21 announce_gen   = $(srcdir)/config/announce-gen
22 release_archive_dir = releases
24 # Use alpha.gnu.org for alpha and beta releases.
25 # Use ftp.gnu.org for major releases.
26 gnu_ftp_host-alpha = alpha
27 gnu_ftp_host-beta = alpha
28 gnu_ftp_host-major = ftp
29 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
31 url_dir_list = \
32   ftp://$(gnu_rel_host).gnu.org/gnu/autoconf
34 # Files to update automatically.
35 wget_files = \
36   $(srcdir)/doc/standards.texi \
37   $(srcdir)/doc/make-stds.texi
38 #Currently done by hand:
39 # $(srcdir)/config/config.guess
40 # $(srcdir)/config/config.sub
41 # $(srcdir)/config/texinfo.tex
43 cvs_files = \
44   $(srcdir)/config/elisp-comp \
45   $(srcdir)/config/install-sh \
46   $(srcdir)/config/mdate-sh \
47   $(srcdir)/config/missing \
48   $(srcdir)/config/mkinstalldirs
50 # Keep executables executable.  Make it robust to parallel makes.
51 local_updates = executable-update
53 .PHONY: executable-update
54 # autom4te-update is defined in Makefile.am.
55 executable-update: wget-update cvs-update autom4te-update
56         chmod +x $(cvs_files)   \
57                  $(srcdir)/config/config.guess \
58                  $(srcdir)/config/config.sub
60 # Tests not to run.
61 local-checks-to-skip ?= \
62   po-check m4-check author_mark_check \
63   strftime-check syntax-check makefile_path_separator_check \
64   makefile-check