[Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex,1.39,1.40 libsys.tex,1.50,1.51

Martin v. L?wis loewis@users.sourceforge.net
Thu, 26 Jul 2001 06:41:07 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv9816/Doc/lib

Modified Files:
	libexcs.tex libsys.tex 
Log Message:
Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.


Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** libexcs.tex	2001/07/23 19:19:39	1.39
--- libexcs.tex	2001/07/26 13:41:05	1.40
***************
*** 141,145 ****
    with the \longprogramopt{with-fpectl} option, or the
    \constant{WANT_SIGFPE_HANDLER} symbol is defined in the
!   \file{config.h} file.
  \end{excdesc}
  
--- 141,145 ----
    with the \longprogramopt{with-fpectl} option, or the
    \constant{WANT_SIGFPE_HANDLER} symbol is defined in the
!   \file{pyconfig.h} file.
  \end{excdesc}
  

Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** libsys.tex	2001/07/19 01:17:15	1.50
--- libsys.tex	2001/07/26 13:41:05	1.51
***************
*** 130,134 ****
    \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
    \code{exec_prefix + '/lib/python\var{version}/config'}, and shared
    library modules are installed in \code{exec_prefix +
--- 130,134 ----
    \longprogramopt{exec-prefix} argument to the \program{configure}
    script.  Specifically, all configuration files (e.g. the
!   \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 +
***************
*** 299,303 ****
    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})
    are stored in \code{prefix + '/include/python\var{version}'}, where
    \var{version} is equal to \code{version[:3]}.
--- 299,303 ----
    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{pyconfig.h})
    are stored in \code{prefix + '/include/python\var{version}'}, where
    \var{version} is equal to \code{version[:3]}.