[Python-checkins] python/dist/src configure,1.373,1.374 configure.in,1.384,1.385 pyconfig.h.in,1.68,1.69

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 07 Jan 2003 14:42:57 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13717

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so.  Used
by posixmodule.c.



Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.373
retrieving revision 1.374
diff -C2 -d -r1.373 -r1.374
*** configure	1 Jan 2003 20:07:43 -0000	1.373
--- configure	7 Jan 2003 22:42:04 -0000	1.374
***************
*** 1,6 ****
  #! /bin/sh
! # From configure.in Revision: 1.383 .
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.54 for python 2.3.
  #
  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
--- 1,6 ----
  #! /bin/sh
! # From configure.in Revision: 1.384 .
  # Guess values for system-dependent variables and create Makefiles.
[...4449 lines suppressed...]
!   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
!   *)                      as_incr_dir=.;;
! esac
! as_dummy="$ac_dir"
! for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
!   case $as_mkdir_dir in
!     # Skip DOS drivespec
!     ?:) as_incr_dir=$as_mkdir_dir ;;
!     *)
!       as_incr_dir=$as_incr_dir/$as_mkdir_dir
!       test -d "$as_incr_dir" ||
!         mkdir "$as_incr_dir" ||
! 	{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
! echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
!    { (exit 1); exit 1; }; }
!     ;;
!   esac
! done; }
  
        rm -f $ac_file

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.384
retrieving revision 1.385
diff -C2 -d -r1.384 -r1.385
*** configure.in	1 Jan 2003 20:07:47 -0000	1.384
--- configure.in	7 Jan 2003 22:42:45 -0000	1.385
***************
*** 750,754 ****
  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 term.h libutil.h \
! sys/resource.h netpacket/packet.h)
  AC_HEADER_DIRENT
  AC_HEADER_MAJOR
--- 750,754 ----
  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 term.h libutil.h \
! sys/resource.h netpacket/packet.h sysexits.h)
  AC_HEADER_DIRENT
  AC_HEADER_MAJOR

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** pyconfig.h.in	1 Jan 2003 09:51:11 -0000	1.68
--- pyconfig.h.in	7 Jan 2003 22:42:49 -0000	1.69
***************
*** 468,471 ****
--- 468,474 ----
  #undef HAVE_SYSCONF
  
+ /* Define to 1 if you have the <sysexits.h> header file. */
+ #undef HAVE_SYSEXITS_H
+ 
  /* Define to 1 if you have the <sys/audioio.h> header file. */
  #undef HAVE_SYS_AUDIOIO_H