[Python-checkins] python/dist/src README,1.136.4.11,1.136.4.12

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 04 Nov 2002 12:50:43 -0800


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

Modified Files:
      Tag: release22-maint
	README 
Log Message:
Update config.h to pyconfig.h and config.h.in to pyconfig.h.in.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.136.4.11
retrieving revision 1.136.4.12
diff -C2 -d -r1.136.4.11 -r1.136.4.12
*** README	14 Oct 2002 18:13:24 -0000	1.136.4.11
--- README	4 Nov 2002 20:50:39 -0000	1.136.4.12
***************
*** 305,309 ****
  	OPT variable in the top-level Makefile; reported by Pat Knight,
  	this seems to make a difference (at least for HP-UX 10.20)
! 	even though config.h defines it.
  
  Minix:  When using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
--- 305,309 ----
  	OPT variable in the top-level Makefile; reported by Pat Knight,
  	this seems to make a difference (at least for HP-UX 10.20)
! 	even though pyconfig.h defines it.
  
  Minix:  When using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
***************
*** 906,910 ****
  effect of running the configure script manually (for Mac and PC, this
  has already been done for you).  A good start is to copy the file
! config.h.in to config.h and edit the latter to reflect the actual
  configuration of your system.  Most symbols must simply be defined as
  1 only if the corresponding feature is present and can be left alone
--- 906,910 ----
  effect of running the configure script manually (for Mac and PC, this
  has already been done for you).  A good start is to copy the file
! pyconfig.h.in to pyconfig.h and edit the latter to reflect the actual
  configuration of your system.  Most symbols must simply be defined as
  1 only if the corresponding feature is present and can be left alone
***************
*** 988,992 ****
  Tools/          Some useful programs written in Python
  acconfig.h      Additional input for the GNU autoheader program
! config.h.in     Source from which config.h is created (GNU autoheader output)
  configure       Configuration shell script (GNU autoconf output)
  configure.in    Configuration specification (input for GNU autoconf)
--- 988,992 ----
  Tools/          Some useful programs written in Python
  acconfig.h      Additional input for the GNU autoheader program
! pyconfig.h.in   Source from which pyconfig.h is created (GNU autoheader output)
  configure       Configuration shell script (GNU autoconf output)
  configure.in    Configuration specification (input for GNU autoconf)
***************
*** 1000,1004 ****
  buildno		Keeps track of the build number
  config.cache    Cache of configuration variables
! config.h        Configuration header
  config.log      Log from last configure run
  config.status   Status from last run of the configure script
--- 1000,1004 ----
  buildno		Keeps track of the build number
  config.cache    Cache of configuration variables
! pyconfig.h      Configuration header
  config.log      Log from last configure run
  config.status   Status from last run of the configure script