[Python-checkins] python/dist/src configure,1.424,1.425

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Sep 25 10:50:08 EDT 2003


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

Modified Files:
	configure 
Log Message:
Type. HAVE_SYNC -> HAVE_FSYNC


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.424
retrieving revision 1.425
diff -C2 -d -r1.424 -r1.425
*** configure	22 Sep 2003 11:14:38 -0000	1.424
--- configure	25 Sep 2003 14:50:04 -0000	1.425
***************
*** 1,6 ****
  #! /bin/sh
! # From configure.in Revision: 1.434 .
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.53 for python 2.4.
  #
  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
--- 1,6 ----
  #! /bin/sh
! # From configure.in Revision: 1.435 .
  # Guess values for system-dependent variables and create Makefiles.
[...13641 lines suppressed...]
  
        rm -f $ac_file
***************
*** 19121,19126 ****
  if test "$no_create" != yes; then
    ac_cs_success=:
    exec 5>/dev/null
!   $SHELL $CONFIG_STATUS || ac_cs_success=false
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
--- 19957,19965 ----
  if test "$no_create" != yes; then
    ac_cs_success=:
+   ac_config_status_args=
+   test "$silent" = yes &&
+     ac_config_status_args="$ac_config_status_args --quiet"
    exec 5>/dev/null
!   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which





More information about the Python-checkins mailing list