summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-08-06 12:28:24 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-08-06 12:28:40 -0700
commit4880949b8d91fa4ecbb262440589cf40fd1a4251 (patch)
tree96a36c6c407c3fe79803986a8fe28de18abaab74
parent6f4dd4677a091b1616af6f152b753be664964187 (diff)
downloadautoconf-4880949b8d91fa4ecbb262440589cf40fd1a4251.tar.gz
* TODO: Add -Werror support.
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 37b2e946..62619219 100644
--- a/TODO
+++ b/TODO
@@ -83,6 +83,13 @@ Harlan:
** Languages
Integrate other Fortrans etc.
+** Picky compilers, e.g., gcc -Werror
+Many Autoconf-generated tests do the wrong thing if someone configures
+with CC='gcc -Werror' or with similar options. It would be nice if
+these tests worked better with picky compilers. This will require
+significant reworking in some cases, e.g., AC_CHECK_FUNCS will need
+to know the headers declaring the functions.
+
** AC_CHECK_FUNCS and AC_TRY_LINK_FUNC
I have still not understood what's the difference between the two
which requires to have two different sources: AC_LANG_CALL and