/[autoconf]/autoconf/TODO
ViewVC logotype

Diff of /autoconf/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.123 by eggert, Sun Apr 21 07:25:20 2002 UTC revision 1.124 by eggert, Tue Jul 23 18:14:06 2002 UTC
# Line 45  instance).  This is _bad_.  Maybe the #d Line 45  instance).  This is _bad_.  Maybe the #d
45  be performed in another file than confdefs.h, say confh.h, which is  be performed in another file than confdefs.h, say confh.h, which is
46  used for config.h generation, but not used in configure's own tests.  used for config.h generation, but not used in configure's own tests.
47    
48    ** AC_PROG_CC
49    Currently it tries to put the C compiler in ANSI C mode by default.
50    We should change this spec so that AC_PROG_CC tries to change the
51    compiler to be the "nicest" mode, i.e. support for the latest standard
52    features (currently ISO C99) plus support for all vendor extensions,
53    even if they are slightly incompatible with C99.  The basic idea here
54    is that AC_PROG_CC should disable pedanticisms and should enable
55    extensions.
56    
57    ** AC_GNU_SOURCE, AC_AIX, and AC_MINIX
58    Deprecate these, as they will be superseded by the AC_PROG_CC changes.
59    
60    
61  ** Automake 1.6  ** Automake 1.6
62  *** AC_LIBOBJ_DECL  *** AC_LIBOBJ_DECL

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26