[Python-checkins] CVS: python/dist/src configure.in,1.152,1.153 configure,1.141,1.142

Vladimir Marangozov python-dev@python.org
Thu, 31 Aug 2000 09:40:11 -0700


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

Modified Files:
	configure.in configure 
Log Message:
Remove obsolete --with(out)-readline configure option


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -r1.152 -r1.153
*** configure.in	2000/08/31 16:11:07	1.152
--- configure.in	2000/08/31 16:40:08	1.153
***************
*** 703,713 ****
  ], AC_MSG_RESULT(no))
  
- AC_MSG_CHECKING(for --with(out)-readline)
- AC_ARG_WITH(readline,
- [  --with(out)-readline            obsolete, edit Modules/Setup instead],
- [AC_MSG_RESULT($withval)
- AC_ERROR(--with(out)-readline is obsolete, edit Modules/Setup instead)],
- [AC_MSG_RESULT(not specified.)])
- 
  AC_SUBST(USE_THREAD_MODULE)
  USE_THREAD_MODULE=""
--- 703,706 ----

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -r1.141 -r1.142
*** configure	2000/08/31 16:13:19	1.141
--- configure	2000/08/31 16:40:08	1.142
***************
*** 1,8 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.151 
  
  # 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
[...4625 lines suppressed...]
!     echo "$CONFIG_STATUS generated by autoconf version 2.14.1"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
--- 5947,5951 ----
      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)
***************
*** 6288,6291 ****
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
! test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
  
--- 6249,6252 ----
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
! test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1