diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-26 13:41:06 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-26 13:41:06 (GMT) |
commit | 4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f (patch) | |
tree | 06e19685ad77879ee4df995bf669235489786995 /Doc/lib/libsys.tex | |
parent | 4eb5940a4d350d250ab4af08a8b5b6e553e1814d (diff) | |
download | cpython-4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f.zip cpython-4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f.tar.gz cpython-4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f.tar.bz2 |
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 53c8c42..9f9cb0e 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -129,7 +129,7 @@ It is always available. also \code{'/usr/local'}. This can be set at build time with the \longprogramopt{exec-prefix} argument to the \program{configure} script. Specifically, all configuration files (e.g. the - \file{config.h} header file) are installed in the directory + \file{pyconfig.h} header file) are installed in the directory \code{exec_prefix + '/lib/python\var{version}/config'}, and shared library modules are installed in \code{exec_prefix + '/lib/python\var{version}/lib-dynload'}, where \var{version} is @@ -298,7 +298,7 @@ else: the \longprogramopt{prefix} argument to the \program{configure} script. The main collection of Python library modules is installed in the directory \code{prefix + '/lib/python\var{version}'} while - the platform independent header files (all except \file{config.h}) + the platform independent header files (all except \file{pyconfig.h}) are stored in \code{prefix + '/include/python\var{version}'}, where \var{version} is equal to \code{version[:3]}. \end{datadesc} |