[Python-checkins] peps: configure.in is now configure.ac

georg.brandl python-checkins at python.org
Sat Sep 29 09:18:09 CEST 2012


http://hg.python.org/peps/rev/268cef0537a1
changeset:   4522:268cef0537a1
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 29 09:17:57 2012 +0200
summary:
  configure.in is now configure.ac

files:
  pep-0101.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -234,7 +234,7 @@
           ___ Doc/tutorial/stdlib.rst and Doc/tutorial/stdlib2.rst, which have
               each one reference to '[Pp]ython32'.
 
-          ___ Update the version number in configure.in and re-run autoconf.
+          ___ Update the version number in configure.ac and re-run autoconf.
 
           ___ Update the version numbers for the Windows builds in PC/ and
               PCbuild/, which have references to python32.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list