From: Ralf Wildenhues Date: Thu, 21 Aug 2008 20:40:17 +0000 (+0200) Subject: * TODO: Add item for compiler default flags. X-Git-Tag: v2.63~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d5b7504056c01b791c7ca2518d2cecbecac96d7;p=thirdparty%2Fautoconf.git * TODO: Add item for compiler default flags. Suggested by Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index 6e3e7c85f..7db4f57ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-08-21 Ralf Wildenhues + * 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 6993dced0..368268c63 100644 --- 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: +. + * Later