]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add proposals for AC_PROG_CC, AC_GNU_SOURCE, AC_AIX, AC_MINIX.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2002 18:14:06 +0000 (18:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2002 18:14:06 +0000 (18:14 +0000)
TODO

diff --git a/TODO b/TODO
index 5c593b44ba566517916ccfd21223cc91cc3d60b6..f21629735b4a1f88012c70f2862bb0414b0e1a55 100644 (file)
--- a/TODO
+++ b/TODO
@@ -45,6 +45,18 @@ instance).  This is _bad_.  Maybe the #define func rpl_malloc should
 be performed in another file than confdefs.h, say confh.h, which is
 used for config.h generation, but not used in configure's own tests.
 
+** AC_PROG_CC
+Currently it tries to put the C compiler in ANSI C mode by default.
+We should change this spec so that AC_PROG_CC tries to change the
+compiler to be the "nicest" mode, i.e. support for the latest standard
+features (currently ISO C99) plus support for all vendor extensions,
+even if they are slightly incompatible with C99.  The basic idea here
+is that AC_PROG_CC should disable pedanticisms and should enable
+extensions.
+
+** AC_GNU_SOURCE, AC_AIX, and AC_MINIX
+Deprecate these, as they will be superseded by the AC_PROG_CC changes.
+
 
 ** Automake 1.6
 *** AC_LIBOBJ_DECL