/[autoconf]/autoconf/TODO
ViewVC logotype

Diff of /autoconf/TODO

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

revision 1.117 by eggert, Sun Nov 25 15:13:03 2001 UTC revision 1.118 by akim, Mon Jan 21 13:50:39 2002 UTC
# Line 23  Write a test that checks that it honors Line 23  Write a test that checks that it honors
23  ** autom4te and warnings.  ** autom4te and warnings.
24  Decide what must be done.  Decide what must be done.
25    
26    ** AC_DEFINE(func, rpl_func)
27    This scheme causes problems: if for instance, #define malloc
28    rpl_malloc, then the rest of configure will use an undefined malloc.
29    Hence some tests fail.  Up to now we simply #undef these functions
30    where we had a problem (cf. AC_FUNC_MKTIME and AC_FUNC_MMAP for
31    instance).  This is _bad_.  Maybe the #define func rpl_malloc should
32    be performed in another file than confdefs.h, say confh.h, which is
33    used for config.h generation, but not used in configure's own tests.
34    
35    
36  ** Automake 1.6  ** Automake 1.6
37  *** AC_LIBOBJ_DECL  *** AC_LIBOBJ_DECL
38  Decide with the Automake team whether this macro should list only `.c'  Decide with the Automake team whether this macro should list only `.c'

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

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