From: Akim Demaille Date: Fri, 22 Aug 2003 13:57:21 +0000 (+0000) Subject: Version 2.57b. X-Git-Tag: AUTOCONF-2.57b~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0b8bf37a0f96c4ff9e20d632101d05e1d01267;p=thirdparty%2Fautoconf.git Version 2.57b. * Makefile.cfg (local-checks-to-skip): New. * Makefile.maint (local-check): Rename as... (local-checks-available): this. (local-check): New. --- diff --git a/ChangeLog b/ChangeLog index dbdac0d9..08489312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ Version 2.57b. + * Makefile.cfg (local-checks-to-skip): New. + * Makefile.maint (local-check): Rename as... + (local-checks-available): this. + (local-check): New. + 2003-08-22 Akim Demaille Output stack traces in warnings. diff --git a/Makefile.cfg b/Makefile.cfg index 8943dbc7..aae9f554 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -1,5 +1,20 @@ -# -*- makefile -*- -## Customize Makefile.maint. +# Customize Makefile.maint for Autoconf. -*- makefile -*- +# Copyright (C) 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. prev_version_file = $(srcdir)/config/prev-version.txt move_if_change = $(srcdir)/config/move-if-change @@ -33,3 +48,9 @@ cvs_files = \ # autom4te-update is defined in Makefile.am. local_updates = wget-update cvs-update autom4te-update + +# Tests not to run. +local-checks-to-skip ?= \ + po-check m4-check author_mark_check \ + strftime-check syntax-check makefile_path_separator_check \ + makefile-check diff --git a/Makefile.maint b/Makefile.maint index 037a2436..2ff6a721 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -56,11 +56,13 @@ export LC_ALL = C # Checks that don't require cvs. # Run `changelog-check' last, as previous test may reveal problems requiring # new ChangeLog entries. -local-check = \ +local-checks-available = \ po-check copyright-check writable-files m4-check author_mark_check \ changelog-check strftime-check syntax-check makefile_path_separator_check \ makefile-check -.PHONY: $(local-check) +.PHONY: $(local-checks-available) + +local-check = $(filter-out $(local-checks-to-skip), $(local-checks-available)) # Make sure C source files in src/ don't include xalloc.h directly, # since they all already include it via sys2.h. diff --git a/man/config.guess.1 b/man/config.guess.1 index 614ae727..e4c0ca5a 100644 --- a/man/config.guess.1 +++ b/man/config.guess.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. -.TH CONFIG.GUESS "1" "August 2003" "config.guess (2003-06-17)" "User Commands" +.TH CONFIG.GUESS "1" "August 2003" "config.guess (2003-07-02)" "User Commands" .SH NAME config.guess \- guess the build system triplet .SH SYNOPSIS diff --git a/man/config.sub.1 b/man/config.sub.1 index b8b6ff26..50ec9236 100644 --- a/man/config.sub.1 +++ b/man/config.sub.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. -.TH CONFIG.SUB "1" "August 2003" "config.sub (2003-06-17)" "User Commands" +.TH CONFIG.SUB "1" "August 2003" "config.sub (2003-07-17)" "User Commands" .SH NAME config.sub \- validate and canonicalize a configuration triplet .SH SYNOPSIS