summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-16 22:07:17 +0100
committerPeter Simons <simons@cryp.to>2009-12-16 22:07:45 +0100
commit6df9f274fe5e6729fb94a55d35cb3bac7b3565e1 (patch)
tree6090314be800697e3ac5840fa2623b7cafb270f6
parent4b1acfb5dc1d5fd14cb0c21c42b850f80f37d0c2 (diff)
downloadautoconf-archive-6df9f274fe5e6729fb94a55d35cb3bac7b3565e1.tar.gz
bootstrap.sh: disable gnulib's sc_prohibit_magic_number_exit test
-rw-r--r--TODO3
-rwxr-xr-xbootstrap.sh1
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0d82a3f..21ac179 100644
--- a/TODO
+++ b/TODO
@@ -65,7 +65,7 @@
Some macros feature http or mailto URIs. The generator scripts should
recognize those and generate appropriate hyperlinks output (where feasible).
-* TODO Figure out how to disable sc_file_system check in maint.mk [0/4]
+* TODO Figure out how to disable sc_file_system check in maint.mk [0/5]
Gnulib wants us to use spelling "file system" and objects when it sees the
name ax_boost_filesystem in autoconf-archive.texi. There ought to be a way to
@@ -80,6 +80,7 @@
* [ ] sc_prohibit_strcmp
* [ ] sc_space_tab
* [ ] sc_useless_cpp_parens
+ * [ ] sc_prohibit_magic_number_exit
* TODO Link to http://www.flameeyes.eu/autotools-mythbuster/
diff --git a/bootstrap.sh b/bootstrap.sh
index c1cdd48..15875ee 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -15,6 +15,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_prohibit_strcmp:/disabled_sc_prohibit_strcmp:/' \
-e 's/^sc_space_tab:/disabled_sc_space_tab:/' \
-e 's/^sc_useless_cpp_parens:/disabled_sc_useless_cpp_parens:/' \
+ -e 's/^sc_prohibit_magic_number_exit:/disabled_sc_prohibit_magic_number_exit:/' \
maint.mk
./git-authors-gen.pl >AUTHORS