File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*/
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ SRCDIRS= @SRCDIRS@
161161SUBDIRSTOO= 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
165165DISTFILES= README ChangeLog $(CONFIGFILES)
166166DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy
167167DIST= $(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
12141214autoconf:
12151215 (cd $(srcdir); autoconf -Wall)
12161216 (cd $(srcdir); autoheader -Wall)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments