Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d83be23

Browse files
committed
merge 3.1
2 parents 9fd170e + 0f4c16e commit d83be23

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Python version identification scheme.
33
44
When the major or minor version changes, the VERSION variable in
5-
configure.in must also be changed.
5+
configure.ac must also be changed.
66
77
There is also (independent) API version information in modsupport.h.
88
*/

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ SRCDIRS= @SRCDIRS@
161161
SUBDIRSTOO= Include Lib Misc
162162

163163
# Files and directories to be distributed
164-
CONFIGFILES= configure configure.in acconfig.h pyconfig.h.in Makefile.pre.in
164+
CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in
165165
DISTFILES= README ChangeLog $(CONFIGFILES)
166166
DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy
167167
DIST= $(DISTFILES) $(DISTDIRS)
@@ -1210,7 +1210,7 @@ recheck:
12101210
$(SHELL) config.status --recheck
12111211
$(SHELL) config.status
12121212

1213-
# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
1213+
# Rebuild the configure script from configure.ac; also rebuild pyconfig.h.in
12141214
autoconf:
12151215
(cd $(srcdir); autoconf -Wall)
12161216
(cd $(srcdir); autoheader -Wall)

PC/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
340340
# define SIZEOF_FPOS_T 8
341341
# define SIZEOF_HKEY 8
342342
# define SIZEOF_SIZE_T 8
343-
/* configure.in defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG,
343+
/* configure.ac defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG,
344344
sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t).
345345
On Win64 the second condition is not true, but if fpos_t replaces off_t
346346
then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.in Revision.
2+
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.68 for python 3.2.
55
#
File renamed without changes.

pyconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* pyconfig.h.in. Generated from configure.in by autoheader. */
1+
/* pyconfig.h.in. Generated from configure.ac by autoheader. */
22

33

44
#ifndef Py_PYCONFIG_H

0 commit comments

Comments
 (0)