[Python-checkins] CVS: python/dist/src configure,1.122,1.123 configure.in,1.131,1.132

Barry Warsaw python-dev@python.org
Fri, 30 Jun 2000 09:39:37 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Document --with-thread as deprecated.  This gets rid of the annoying
newline in configure --help.



Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -r1.122 -r1.123
*** configure	2000/06/30 16:21:00	1.122
--- configure	2000/06/30 16:39:35	1.123
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.130 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.131 
  
[...2128 lines suppressed...]
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5640: checking for socklen_t" >&5
  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 5645 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5638,5647 ----
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5641: checking for socklen_t" >&5
  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 5646 "configure"
  #include "confdefs.h"
  #include <sys/types.h>

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -r1.131 -r1.132
*** configure.in	2000/06/30 16:21:01	1.131
--- configure.in	2000/06/30 16:39:35	1.132
***************
*** 662,666 ****
  
  # --with-thread is deprecated, but check for it anyway
! AC_ARG_WITH(thread,,[with_threads=$with_thread])
  
  if test -z "$with_threads"
--- 662,668 ----
  
  # --with-thread is deprecated, but check for it anyway
! AC_ARG_WITH(thread,
! [  --with(out)-thread[=DIRECTORY]  deprecated; use --with(out)-threads],[
! with_threads=$with_thread])
  
  if test -z "$with_threads"