[Python-checkins] python/dist/src configure,1.365,1.366 configure.in,1.376,1.377

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 19 Dec 2002 11:03:34 -0800


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

Modified Files:
	configure configure.in 
Log Message:
Fix if-then-else-fi structure.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.365
retrieving revision 1.366
diff -C2 -d -r1.365 -r1.366
*** configure	19 Dec 2002 16:21:46 -0000	1.365
--- configure	19 Dec 2002 19:03:23 -0000	1.366
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.375 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.376 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 11655,11661 ****
  fi
  if test "$with_universal_newlines" = "no"
      echo --without-universal-newlines is unsupported, see README
      exit 1
! then
  
  cat >>confdefs.h <<\_ACEOF
--- 11655,11662 ----
  fi
  if test "$with_universal_newlines" = "no"
+ then
      echo --without-universal-newlines is unsupported, see README
      exit 1
! else
  
  cat >>confdefs.h <<\_ACEOF

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.376
retrieving revision 1.377
diff -C2 -d -r1.376 -r1.377
*** configure.in	19 Dec 2002 16:21:49 -0000	1.376
--- configure.in	19 Dec 2002 19:03:31 -0000	1.377
***************
*** 1608,1614 ****
  fi
  if test "$with_universal_newlines" = "no"
      echo --without-universal-newlines is unsupported, see README
      exit 1
! then
      AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
        [Define if you want to read files with foreign newlines.])
--- 1608,1615 ----
  fi
  if test "$with_universal_newlines" = "no"
+ then
      echo --without-universal-newlines is unsupported, see README
      exit 1
! else
      AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
        [Define if you want to read files with foreign newlines.])