[Python-checkins] python/dist/src configure,1.398,1.399 configure.in,1.409,1.410 pyconfig.h.in,1.79,1.80

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 23 May 2003 07:35:27 -0700


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

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Get test_ioctl to pass on HPUX 11.

TIOCGPGRP and many other definitions come from bsdtty.h, so it needs
to be included at least on HPUX.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.398
retrieving revision 1.399
diff -C2 -d -r1.398 -r1.399
*** configure	11 May 2003 05:53:39 -0000	1.398
--- configure	23 May 2003 14:35:21 -0000	1.399
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.408 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.409 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 909,913 ****
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
--- 909,913 ----
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
***************
*** 4129,4137 ****
  
  
  for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
  libintl.h locale.h ncurses.h poll.h pthread.h \
  signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \
  unistd.h utime.h \
! sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.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 term.h libutil.h \
--- 4129,4138 ----
  
  
+ 
  for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
  libintl.h locale.h ncurses.h poll.h pthread.h \
  signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \
  unistd.h utime.h \
! sys/audioio.h sys/bsdtty.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.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 term.h libutil.h \
***************
*** 18202,18206 ****
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
--- 18203,18207 ----
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.409
retrieving revision 1.410
diff -C2 -d -r1.409 -r1.410
*** configure.in	11 May 2003 05:53:41 -0000	1.409
--- configure.in	23 May 2003 14:35:23 -0000	1.410
***************
*** 807,811 ****
  signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \
  unistd.h utime.h \
! sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.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 term.h libutil.h \
--- 807,811 ----
  signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \
  unistd.h utime.h \
! sys/audioio.h sys/bsdtty.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.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 term.h libutil.h \

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** pyconfig.h.in	3 May 2003 12:10:48 -0000	1.79
--- pyconfig.h.in	23 May 2003 14:35:23 -0000	1.80
***************
*** 495,498 ****
--- 495,501 ----
  #undef HAVE_SYS_AUDIOIO_H
  
+ /* Define to 1 if you have the <sys/bsdtty.h> header file. */
+ #undef HAVE_SYS_BSDTTY_H
+ 
  /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
     */