[Python-checkins] python/dist/src configure,1.362,1.363 configure.in,1.373,1.374

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 02 Dec 2002 14:23:59 -0800


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

Modified Files:
	configure configure.in 
Log Message:
Avoid semicolon usage in echo.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.362
retrieving revision 1.363
diff -C2 -d -r1.362 -r1.363
*** configure	2 Dec 2002 22:16:56 -0000	1.362
--- configure	2 Dec 2002 22:23:52 -0000	1.363
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.372 .
  # 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.373 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 11751,11755 ****
  echo "$as_me:$LINENO: result: $withval" >&5
  echo "${ECHO_T}$withval" >&6
! echo --with-sgi-dl is unsupported; see README
  exit 1
  
--- 11751,11755 ----
  echo "$as_me:$LINENO: result: $withval" >&5
  echo "${ECHO_T}$withval" >&6
! echo --with-sgi-dl is unsupported, see README
  exit 1
  
***************
*** 11782,11786 ****
  echo "$as_me:$LINENO: result: $withval" >&5
  echo "${ECHO_T}$withval" >&6
! echo --with-dl-dld is unsupported; see README
  exit 1
  
--- 11782,11786 ----
  echo "$as_me:$LINENO: result: $withval" >&5
  echo "${ECHO_T}$withval" >&6
! echo --with-dl-dld is unsupported, see README
  exit 1
  

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.373
retrieving revision 1.374
diff -C2 -d -r1.373 -r1.374
*** configure.in	2 Dec 2002 22:17:00 -0000	1.373
--- configure.in	2 Dec 2002 22:23:56 -0000	1.374
***************
*** 1668,1672 ****
  [
  AC_MSG_RESULT($withval)
! echo --with-sgi-dl is unsupported; see README
  exit 1
  AC_DEFINE(WITH_SGI_DL, 1,
--- 1668,1672 ----
  [
  AC_MSG_RESULT($withval)
! echo --with-sgi-dl is unsupported, see README
  exit 1
  AC_DEFINE(WITH_SGI_DL, 1,
***************
*** 1690,1694 ****
  [
  AC_MSG_RESULT($withval)
! echo --with-dl-dld is unsupported; see README
  exit 1
  AC_DEFINE(WITH_DL_DLD, 1, 
--- 1690,1694 ----
  [
  AC_MSG_RESULT($withval)
! echo --with-dl-dld is unsupported, see README
  exit 1
  AC_DEFINE(WITH_DL_DLD, 1,