Mailing List Archive

CVS: python/dist/src configure,1.290,1.291 configure.in,1.300,1.301 pyconfig.h.in,1.24,1.25
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv3702

Modified Files:
configure configure.in pyconfig.h.in
Log Message:
Expose C library's gettext. Fixes #516412.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.290
retrieving revision 1.291
diff -C2 -d -r1.290 -r1.291
*** configure 22 Mar 2002 15:34:49 -0000 1.290
--- configure 27 Mar 2002 18:49:01 -0000 1.291
***************
*** 1991,1996 ****
fi

! for ac_hdr in dlfcn.h fcntl.h grp.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 \
--- 1991,1996 ----
fi

! for ac_hdr in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
[...3983 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 7598 "configure"
#include "confdefs.h"
#include <sys/types.h>
***************
*** 7662,7666 ****
SRCDIRS="Parser Grammar Objects Python Modules"
echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7665: checking for build directories" >&5
for dir in $SRCDIRS; do
if test ! -d $dir; then
--- 7651,7655 ----
SRCDIRS="Parser Grammar Objects Python Modules"
echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7654: 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.300
retrieving revision 1.301
diff -C2 -d -r1.300 -r1.301
*** configure.in 22 Mar 2002 15:34:20 -0000 1.300
--- configure.in 27 Mar 2002 18:49:02 -0000 1.301
***************
*** 521,526 ****
# checks for header files
AC_HEADER_STDC
! AC_CHECK_HEADERS(dlfcn.h fcntl.h grp.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 \
--- 521,526 ----
# checks for header files
AC_HEADER_STDC
! AC_CHECK_HEADERS(dlfcn.h fcntl.h grp.h limits.h langinfo.h \
! libintl.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.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** pyconfig.h.in 21 Mar 2002 15:10:58 -0000 1.24
--- pyconfig.h.in 27 Mar 2002 18:49:02 -0000 1.25
***************
*** 646,649 ****
--- 646,652 ----
#undef HAVE_LANGINFO_H

+ /* Define if you have the <libintl.h> header file. */
+ #undef HAVE_LIBINTL_H
+
/* Define if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H