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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/README.OpenBSD | 2 |
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. |