summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 23:39:33 +0100
committerMatthias Klose <doko@ubuntu.com>2012-03-14 23:39:33 +0100
commit2d7d8fe348dc56dfdd7d098013337878d5f1bb60 (patch)
treef3b78016011a92cd12779e9bd65e0e3880c32241 /Include
parentc6578b36cd37db29ff9612d208a640bf01124bc8 (diff)
downloadcpython-2d7d8fe348dc56dfdd7d098013337878d5f1bb60.tar.gz
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 33f922c338..aa0d6fc256 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -6,7 +6,7 @@
defined(PY_MAJOR_VERSION).
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.
*/