[Python-checkins] CVS: python/dist/src configure,1.233,1.234 configure.in,1.242,1.243 pyconfig.h.in,1.2,1.3

Martin v. L?wis loewis@users.sourceforge.net
Fri, 10 Aug 2001 06:58:52 -0700


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

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Expose nl_langinfo through locale where available.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.233
retrieving revision 1.234
diff -C2 -d -r1.233 -r1.234
*** configure	2001/08/09 11:40:14	1.233
--- configure	2001/08/10 13:58:49	1.234
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.241 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.242 
  
[...3867 lines suppressed...]
  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 7000 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 7045,7049 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7048: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 7046,7050 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7049: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.242
retrieving revision 1.243
diff -C2 -d -r1.242 -r1.243
*** configure.in	2001/08/09 11:40:14	1.242
--- configure.in	2001/08/10 13:58:50	1.243
***************
*** 414,418 ****
  # checks for header files
  AC_HEADER_STDC
! AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
  signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
--- 414,419 ----
  # checks for header files
  AC_HEADER_STDC
! AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h langinfo.h locale.h \
! ncurses.h poll.h pthread.h \
  signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pyconfig.h.in	2001/08/04 22:32:03	1.2
--- pyconfig.h.in	2001/08/10 13:58:50	1.3
***************
*** 591,594 ****
--- 591,597 ----
  #undef HAVE_GDBM_NDBM_H
  
+ /* Define if you have the <langinfo.h> header file.  */
+ #undef HAVE_LANGINFO_H
+ 
  /* Define if you have the <libutil.h> header file.  */
  #undef HAVE_LIBUTIL_H