diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:39:33 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:39:33 (GMT) |
commit | 3cef2a931c041d0ffd72d701b9bedd0b531bb1a8 (patch) | |
tree | 1c1cd65a68059a8a5a4bfbfb2ac61984e721b5f0 /Misc/README.OpenBSD | |
parent | c8ff46032f2290ef848aea9485d376dc156347bd (diff) | |
download | cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.zip cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.gz cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.bz2 |
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
Diffstat (limited to 'Misc/README.OpenBSD')
-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. |