merge 3.1

This commit is contained in:
Matthias Klose 2012-03-14 23:14:35 +01:00
commit d83be23689
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
/* Python version identification scheme. /* Python version identification scheme.
When the major or minor version changes, the VERSION variable in When the major or minor version changes, the VERSION variable in
configure.in must also be changed. configure.ac must also be changed.
There is also (independent) API version information in modsupport.h. There is also (independent) API version information in modsupport.h.
*/ */

View File

@ -161,7 +161,7 @@ SRCDIRS= @SRCDIRS@
SUBDIRSTOO= Include Lib Misc SUBDIRSTOO= Include Lib Misc
# Files and directories to be distributed # Files and directories to be distributed
CONFIGFILES= configure configure.in acconfig.h pyconfig.h.in Makefile.pre.in CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in
DISTFILES= README ChangeLog $(CONFIGFILES) DISTFILES= README ChangeLog $(CONFIGFILES)
DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy
DIST= $(DISTFILES) $(DISTDIRS) DIST= $(DISTFILES) $(DISTDIRS)
@ -1210,7 +1210,7 @@ recheck:
$(SHELL) config.status --recheck $(SHELL) config.status --recheck
$(SHELL) config.status $(SHELL) config.status
# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in # Rebuild the configure script from configure.ac; also rebuild pyconfig.h.in
autoconf: autoconf:
(cd $(srcdir); autoconf -Wall) (cd $(srcdir); autoconf -Wall)
(cd $(srcdir); autoheader -Wall) (cd $(srcdir); autoheader -Wall)

View File

@ -340,7 +340,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
# define SIZEOF_FPOS_T 8 # define SIZEOF_FPOS_T 8
# define SIZEOF_HKEY 8 # define SIZEOF_HKEY 8
# define SIZEOF_SIZE_T 8 # define SIZEOF_SIZE_T 8
/* configure.in defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG, /* configure.ac defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG,
sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t). sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t).
On Win64 the second condition is not true, but if fpos_t replaces off_t On Win64 the second condition is not true, but if fpos_t replaces off_t
then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64 then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64

2
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.in Revision. # From configure.ac Revision.
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for python 3.2. # Generated by GNU Autoconf 2.68 for python 3.2.
# #

View File

@ -1,4 +1,4 @@
/* pyconfig.h.in. Generated from configure.in by autoheader. */ /* pyconfig.h.in. Generated from configure.ac by autoheader. */
#ifndef Py_PYCONFIG_H #ifndef Py_PYCONFIG_H