[Python-checkins] CVS: python/dist/src configure.in,1.227,1.228 config.h.in,2.100,2.101 configure,1.219,1.220

A.M. Kuchling akuchling@users.sourceforge.net
Sat, 14 Jul 2001 13:55:55 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv17434

Modified Files:
	configure.in config.h.in configure 
Log Message:
[Bug #438050] Check for sys/poll.h in configure script


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.227
retrieving revision 1.228
diff -C2 -r1.227 -r1.228
*** configure.in	2001/07/11 22:35:31	1.227
--- configure.in	2001/07/14 20:55:52	1.228
***************
*** 544,548 ****
  signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
! sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
  sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h)
--- 544,548 ----
  signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
! sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
  sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h)

Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.100
retrieving revision 2.101
diff -C2 -r2.100 -r2.101
*** config.h.in	2001/07/11 22:35:31	2.100
--- config.h.in	2001/07/14 20:55:52	2.101
***************
*** 1,3 ****
! /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
  
  /* Define if on AIX 3.
--- 1,3 ----
! /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  
  /* Define if on AIX 3.
***************
*** 644,647 ****
--- 644,650 ----
  /* Define if you have the <sys/param.h> header file.  */
  #undef HAVE_SYS_PARAM_H
+ 
+ /* Define if you have the <sys/poll.h> header file.  */
+ #undef HAVE_SYS_POLL_H
  
  /* Define if you have the <sys/resource.h> header file.  */

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -r1.219 -r1.220
*** configure	2001/07/11 22:35:31	1.219
--- configure	2001/07/14 20:55:52	1.220
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.226 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.227 
  
[...3466 lines suppressed...]
  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6927 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 6984,6988 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6987: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 6973,6977 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6976: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then