summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-19 00:13:06 +0200
committerPeter Simons <simons@cryp.to>2009-09-19 00:13:06 +0200
commit2e897dbf329762f500eb40093b3175fbba7c11d5 (patch)
tree20f91e20c540de276803d1c2e1a16ae8f0c3bf16 /TODO
parentbf7e9ffefbe59d0a0027467533097213e74321cd (diff)
downloadautoconf-archive-2e897dbf329762f500eb40093b3175fbba7c11d5.tar.gz
TODO: updated several entries
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index d1283c3..778ccc1 100644
--- a/TODO
+++ b/TODO
@@ -26,12 +26,12 @@
The file should contain the people who committed to Git and the people who
are listed in m4 file copyright lines.
-* TODO Improve submission guide lines on the web site
-
* TODO VL_PROG_CC_WARNINGS and AX_CFLAGS_WARN* overlap.
Contact the authors and ask whether they'd like to help re-factor the code.
+* TODO Improve submission guide lines on the web site
+
** New submissions should use an AX_ prefix.
Other prefixes are fine, too, but use of AX_ inside of the Autoconf Archive
@@ -64,12 +64,22 @@
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
+* TODO Figure out how to disable sc_file_system check in maint.mk [0/4]
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
avoid that error.
+ Progress: The [[bootstrap.sh]] script disable those checks that don't work well
+ for this project. In order to get on, though, some meaningful tests were
+ disable, too. We should re-enable those and fix the macro contents to comply
+ with those rules:
+
+ * [ ] sc_m4_quote_check
+ * [ ] sc_prohibit_strcmp
+ * [ ] sc_space_tab
+ * [ ] sc_useless_cpp_parens
+
* TODO Link to http://www.flameeyes.eu/autotools-mythbuster/
* TODO Don't use shell globs to configure the list of available macros