[Python-checkins] python/dist/src configure,1.316,1.317 configure.in,1.326,1.327

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 24 Jun 2002 22:53:50 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Not sure how I forgot to check these in - thought I did all the files in one
fell swoop.  Anyway, this just deletes a couple checks for dbm-type header
files that are now performed in setup.py.  See patch 553108 for details.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.316
retrieving revision 1.317
diff -C2 -d -r1.316 -r1.317
*** configure	21 Jun 2002 14:48:36 -0000	1.316
--- configure	25 Jun 2002 05:53:47 -0000	1.317
***************
*** 3864,3869 ****
  
  
- 
- 
  for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
  libintl.h locale.h ncurses.h poll.h pthread.h \
--- 3864,3867 ----
***************
*** 3872,3876 ****
  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 \
! ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--- 3870,3874 ----
  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
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
***************
*** 11370,11373 ****
--- 11368,11372 ----
  
  # checks for library functions
+ 
  
  

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.326
retrieving revision 1.327
diff -C2 -d -r1.326 -r1.327
*** configure.in	21 Jun 2002 14:48:36 -0000	1.326
--- configure.in	25 Jun 2002 05:53:48 -0000	1.327
***************
*** 600,604 ****
  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 \
! ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
  AC_HEADER_DIRENT
  
--- 600,604 ----
  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