]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Version 2.57b.
authorAkim Demaille <akim@epita.fr>
Fri, 22 Aug 2003 13:57:21 +0000 (13:57 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 22 Aug 2003 13:57:21 +0000 (13:57 +0000)
* Makefile.cfg (local-checks-to-skip): New.
* Makefile.maint (local-check): Rename as...
(local-checks-available): this.
(local-check): New.

ChangeLog
Makefile.cfg
Makefile.maint
man/config.guess.1
man/config.sub.1

index dbdac0d9b9f0e44cfb108589838bac9f5fdbb335..084893128aeddb8d6a332eca257112cc39a7398a 100644 (file)
--- 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  <akim@epita.fr>
 
        Output stack traces in warnings.
index 8943dbc70e47fa24da2e61b755f47876ce8d2922..aae9f5548e2db2e3940fc9acb9a60b01e3b49600 100644 (file)
@@ -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
index 037a24360cdce5c65ffc51e5d18737545eae6bc8..2ff6a72108d96e7f6ea3cc6fd17b69ce3209212e 100644 (file)
@@ -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.
index 614ae7276e575345d0e0c3fe55ce96145e4855b9..e4c0ca5aa7f1b3bc2c3da973a9187bd4723d923f 100644 (file)
@@ -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
index b8b6ff26ee4ac6d390a0cbbb5407df5f0fde1694..50ec9236fc3aa9c5aedc8d050dd535bd1e049a63 100644 (file)
@@ -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