[Python-checkins] python/dist/src aclocal.m4, 1.1, 1.2 configure, 1.425, 1.426

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Sat Sep 27 05:12:31 EDT 2003


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25123

Modified Files:
	configure 
Added Files:
	aclocal.m4 
Log Message:
fix for bug #811160 - autoconf vs. hp/ux system header files.
also applied to release23-maint.

Note that aclocal.m4 can go away when autoconf 2.58 is out.



Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.425
retrieving revision 1.426
diff -C2 -d -r1.425 -r1.426
*** configure	25 Sep 2003 14:50:04 -0000	1.425
--- configure	27 Sep 2003 09:12:27 -0000	1.426
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.435 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.4.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.436 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.4.
***************
*** 11362,11367 ****
      which can conflict with char pthread_detach (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 11362,11369 ----
      which can conflict with char pthread_detach (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 12313,12318 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 12315,12322 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 12898,12903 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 12902,12909 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 13113,13118 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 13119,13126 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14011,14016 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14019,14026 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14157,14162 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14167,14174 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14310,14315 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14322,14329 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14399,14404 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14413,14420 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14486,14491 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14502,14509 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14610,14615 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14628,14635 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 14734,14739 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 14754,14761 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 15114,15119 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 15136,15143 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 16479,16484 ****
      which can conflict with char gethostbyname_r (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 16503,16510 ----
      which can conflict with char gethostbyname_r (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 16754,16759 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 16780,16787 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 16847,16852 ****
      which can conflict with char __fpu_control (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 16875,16882 ----
      which can conflict with char __fpu_control (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else
***************
*** 17079,17084 ****
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! #ifdef __STDC__
  # include <limits.h>
  #else
--- 17109,17116 ----
      which can conflict with char $ac_func (); below.
      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  Under hpux,
!     including <limits.h> includes <sys/time.h> and causes problems
!     checking for functions defined therein.  */
! #if defined (__STDC__) && !defined (_HPUX_SOURCE)
  # include <limits.h>
  #else





More information about the Python-checkins mailing list