]> granicus.if.org Git - python/commitdiff
- rename configure.in to configure.ac
authorMatthias Klose <doko@ubuntu.com>
Wed, 14 Mar 2012 22:10:15 +0000 (23:10 +0100)
committerMatthias Klose <doko@ubuntu.com>
Wed, 14 Mar 2012 22:10:15 +0000 (23:10 +0100)
- change references from configure.in to configure.ac

Include/patchlevel.h
Makefile.pre.in
Misc/README.OpenBSD
PC/pyconfig.h
Python/thread.c
configure
configure.ac [moved from configure.in with 100% similarity]
pyconfig.h.in

index 9fc6e97691d3df3876df17541ec139449425e4ef..7f62cdb8892d5c6e3927af364c3607a222d81461 100644 (file)
@@ -2,7 +2,7 @@
 /* Python version identification scheme.
 
    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.
 */
index e4470bdb88da95ddf342c5c8d8befdaf785041a0..e01cd2745af8c586b8987354418cbc89ac3fe450 100644 (file)
@@ -151,7 +151,7 @@ SRCDIRS=    @SRCDIRS@
 SUBDIRSTOO=    Include Lib Misc Demo
 
 # 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)
 DISTDIRS=      $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy
 DIST=          $(DISTFILES) $(DISTDIRS)
@@ -1137,7 +1137,7 @@ recheck:
        $(SHELL) config.status --recheck
        $(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:
        (cd $(srcdir); autoconf)
        (cd $(srcdir); autoheader)
index b417ecc76fc4da748b9f4a41ef9d861a019da928..b9e5976babdb6379330eb825873a3db73773afe7 100644 (file)
@@ -29,7 +29,7 @@ script to disable certain options.  Search for a line that looks like:
 
 If your version is not in that list, e.g., 3.9, add the version
 number.  In this case, you would just need to add a 9 after the 8.
-If you modify configure.in, you will need to regenerate configure
+If you modify configure.ac, you will need to regenerate configure
 with autoconf.
 
 If your version is already in the list, this is not a known problem.
index 2444c8ab764a56ce18164d456958cf49e333e330..ed6c84f7b83b4b746e881de9b4fa7ee73a226df4 100644 (file)
@@ -344,7 +344,7 @@ Py_NO_ENABLE_SHARED to find out.  Also support MS_NO_COREDLL for b/w compat */
 #      define SIZEOF_FPOS_T 8
 #      define SIZEOF_HKEY 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).
    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
index 4a9b4368ac11ee515fed72f0335bfdb1b2cc5bae..797c8d3a2173782f8d596312a9bb54f4792d3f8e 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 
 #ifdef __sgi
-#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */
+#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.ac */
 #undef _POSIX_THREADS
 #endif
 #endif
index 90ad156601b371aa649c9fbb00e309a8fec5d4c0..e928bf87b2ea2a178cbda6a2f3776c92cc20e7cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision.
+# From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.68 for python 3.1.
 #
@@ -769,8 +769,7 @@ CFLAGS
 LDFLAGS
 LIBS
 CPPFLAGS
-CPP
-CPPFLAGS'
+CPP'
 
 
 # Initialize some variables set by options.
similarity index 100%
rename from configure.in
rename to configure.ac
index 45678235efc74d21b063b93c934b4c3855f18e0a..1c1968b0d976b9cf3a70e5df7d90fcb637854fdd 100644 (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
 /* This must be defined on some systems to enable large file support. */
 #undef _LARGEFILE_SOURCE
 
+/* This must be defined on AIX systems to enable large file support. */
+#undef _LARGE_FILES
+
 /* Define to 1 if on MINIX. */
 #undef _MINIX