]> git.ipfire.org Git - thirdparty/autoconf.git/commit
maint: convert .x-sc_* into exclude_file_name_regexp--sc_* exemptions
authorJim Meyering <meyering@redhat.com>
Sat, 21 Jan 2012 15:12:45 +0000 (16:12 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 23 Jan 2012 08:12:23 +0000 (09:12 +0100)
commitae930c76c77f1ff923ca2c511b101735322bc211
tree2c7c16fbc2d0e765b10c2561b6f3efa864fe541a
parent015ecc5018782c18fb20d0259c8a56cc258b9ab4
maint: convert .x-sc_* into exclude_file_name_regexp--sc_* exemptions

Many of the .x-sc_* exemptions were no long necessary.  Remove those
files and instead, provide exemptions via variable definitions in
cfg.mk to address the few remaining exceptions.
* .x-sc_prohibit_atoi_atof: Remove file.
* .x-sc_space_tab: Likewise.
* .x-sc_sun_os_names: Likewise.
* .x-sc_trailing_blank: Likewise.
* .x-sc_two_space_separator_in_usage: Likewise.
* .x-sc_useless_cpp_parens: Likewise.
* cfg.mk: Add minimal exemptions.
* cfg.mk: Add minimal exemptions.
* doc/standards.texi (Standard C): Address the sole useless-cpp-parens
violation in this file:
-#if defined (__STDC__) || defined (WINDOWSNT)
+#if defined __STDC__ || defined WINDOWSNT
With that, the only remaining offender is config.guess, whose name
is now listed in cfg.mk.
Suggested by Eric Blake.
.x-sc_prohibit_atoi_atof [deleted file]
.x-sc_space_tab [deleted file]
.x-sc_sun_os_names [deleted file]
.x-sc_trailing_blank [deleted file]
.x-sc_two_space_separator_in_usage [deleted file]
.x-sc_useless_cpp_parens [deleted file]
cfg.mk
doc/standards.texi