]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* TODO: Add -Werror support.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Aug 2020 19:28:24 +0000 (12:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Aug 2020 19:28:40 +0000 (12:28 -0700)
TODO

diff --git a/TODO b/TODO
index 37b2e9463a983300fb59f822a909dd3074aa7f1f..62619219241f52745c6955c6c0a8839e883b8b66 100644 (file)
--- 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