diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:10:15 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:10:15 (GMT) |
commit | 0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (patch) | |
tree | 12310d0cbeab9c3567866901d536d459da8cdf51 /Include | |
parent | 273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff) | |
download | cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.zip cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.gz cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.bz2 |
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9fc6e97..7f62cdb 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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. */ |