/[make]/make/configure.in
ViewVC logotype

Diff of /make/configure.in

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

revision 1.133 by psmith, Mon Feb 28 07:48:22 2005 UTC revision 1.134 by psmith, Fri Mar 4 12:52:32 2005 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2    
3  AC_INIT([GNU make],[3.81rc1],[bug-make@gnu.org])  AC_INIT([GNU make],[3.81beta3],[bug-make@gnu.org])
4    
5  AC_PREREQ(2.59)  AC_PREREQ(2.59)
6  AC_REVISION([[$Id$]])  AC_REVISION([[$Id$]])
# Line 167  if test "$ac_cv_header_nlist_h" = yes; t Line 167  if test "$ac_cv_header_nlist_h" = yes; t
167    fi    fi
168  fi  fi
169    
170  AC_CHECK_DECLS([sys_siglist])  AC_CHECK_DECLS([sys_siglist],,,
171    [#include <signal.h>
172    /* NetBSD declares sys_siglist in unistd.h.  */
173    #if HAVE_UNISTD_H
174    # include <unistd.h>
175    #endif
176    ])
177    
178    
179  # Check out the wait reality.  # Check out the wait reality.

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

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