/[inetutils]/inetutils/ChangeLog
ViewVC logotype

Diff of /inetutils/ChangeLog

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

revision 1.177 by ams, Mon Apr 29 20:33:47 2002 UTC revision 1.178 by gray, Tue May 14 15:23:59 2002 UTC
# Line 1  Line 1 
1    2002-05-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2    
3            * configure.ac: AC_CHECK_MEMBERS (as of version 2.53 ) fails to
4              recognize the presense of a structure member which is itself
5              of an aggregate type. Thus, tests for struct ifreq.ifr_netmask
6              and struct ifreq.ifr_broadaddr always fail. To work around the
7              bug, first check for a non-aggregate sub-member of the member
8              in question and then create an appropriate HAVE_ define.
9    
10              Use AC_CHECK_DECLS on crypt and errno, as AC_CHECK_DECL does
11              not generate HAVE_DECL_ define.
12    
13              (AH_BOTTOMs): Checks for HAVE_DECL variables must read
14              #if !HAVE_DECL_something, since AC_CHECK_DECLS always
15              declares HAVE_DECL, either to 0 or to 1. The only
16              exception is HAVE_DECL_HSTRERROR, whose AC_CHECK_DECLS
17              is under a conditional expression, so we have to
18              check for !defined(HAVE_DECL_HSTRERROR) first.
19    
20  2002-04-29  Alfred M. Szmidt  <ams@kemisten.nu>  2002-04-29  Alfred M. Szmidt  <ams@kemisten.nu>
21    
22          * configure.ac (VERSION): Variable removed.          * configure.ac (VERSION): Variable removed.

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

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