]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* TODO: Add item for compiler default flags.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 21 Aug 2008 20:40:17 +0000 (22:40 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 21 Aug 2008 20:40:17 +0000 (22:40 +0200)
Suggested by Bruno Haible.

ChangeLog
TODO

index 6e3e7c85fec9d4d09d66173e5027bb60a101b79e..7db4f57ba6ec70a29f22704207c30e330f9401c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * TODO: Add item for compiler default flags.
+       Suggested by Bruno Haible.
+
        * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
        back to 1000.
 
diff --git a/TODO b/TODO
index 6993dced05620ccfa05a6867891c58459b69e03e..368268c6391a2e66f99cc64351f9c9c3271d3ece 100644 (file)
--- a/TODO
+++ b/TODO
@@ -42,6 +42,10 @@ even if they are slightly incompatible with C99.  The basic idea here
 is that AC_PROG_CC should disable pedanticisms and should enable
 extensions.
 
+Have a way to specify different default flags to try; see this thread
+for more information:
+<http://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00009.html>.
+
 
 * Later