[Python-checkins] CVS: python/dist/src config.h.in,2.77,2.78 configure,1.162,1.163

Jeremy Hylton python-dev@python.org
Mon, 9 Oct 2000 14:48:07 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30575

Modified Files:
	config.h.in configure 
Log Message:
The Usual.


Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.77
retrieving revision 2.78
diff -C2 -r2.77 -r2.78
*** config.h.in	2000/10/09 20:22:28	2.77
--- config.h.in	2000/10/09 21:48:02	2.78
***************
*** 267,270 ****
--- 267,273 ----
  #undef SIZEOF_VOID_P
  
+ /* Define if you have the _getpty function.  */
+ #undef HAVE__GETPTY
+ 
  /* Define if you have the alarm function.  */
  #undef HAVE_ALARM
***************
*** 354,360 ****
  #undef HAVE_GETPID
  
- /* Define if you have the _getpty function.  */
- #undef HAVE__GETPTY
- 
  /* Define if you have the getpwent function.  */
  #undef HAVE_GETPWENT
--- 357,360 ----
***************
*** 516,527 ****
  #undef HAVE_WAITPID
  
! /* Define if you have the <db_185.h> header file.  */
! #undef HAVE_DB_185_H
  
  /* Define if you have the <db1/ndbm.h> header file.  */
  #undef HAVE_DB1_NDBM_H
  
! /* Define if you have the <db.h> header file.  */
! #undef HAVE_DB_H
  
  /* Define if you have the <dirent.h> header file.  */
--- 516,527 ----
  #undef HAVE_WAITPID
  
! /* Define if you have the <db.h> header file.  */
! #undef HAVE_DB_H
  
  /* Define if you have the <db1/ndbm.h> header file.  */
  #undef HAVE_DB1_NDBM_H
  
! /* Define if you have the <db_185.h> header file.  */
! #undef HAVE_DB_185_H
  
  /* Define if you have the <dirent.h> header file.  */

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.162
retrieving revision 1.163
diff -C2 -r1.162 -r1.163
*** configure	2000/10/09 20:18:32	1.162
--- configure	2000/10/09 21:48:02	1.163
***************
*** 1,8 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.170 
  
  # Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.14.1 
  # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  #
--- 1,8 ----
  #! /bin/sh
[...4118 lines suppressed...]
!     echo "$CONFIG_STATUS generated by autoconf version 2.14.1"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
--- 6005,6009 ----
      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
!     echo "$CONFIG_STATUS generated by autoconf version 2.13"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
***************
*** 6335,6338 ****
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
! test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
  
--- 6309,6312 ----
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
! test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1