summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 22:10:15 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-03-14 22:10:15 (GMT)
commit0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (patch)
tree12310d0cbeab9c3567866901d536d459da8cdf51 /Misc
parent273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/README.OpenBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/README.OpenBSD b/Misc/README.OpenBSD
index b417ecc..b9e5976 100644
--- a/Misc/README.OpenBSD
+++ b/Misc/README.OpenBSD
@@ -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.