[Python-checkins] CVS: python/dist/src configure,1.186,1.187

Neil Schemenauer nascheme@users.sourceforge.net
Wed, 24 Jan 2001 09:25:31 -0800


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

Modified Files:
	configure 
Log Message:
The usual.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.186
retrieving revision 1.187
diff -C2 -r1.186 -r1.187
*** configure	2001/01/23 01:52:44	1.186
--- configure	2001/01/24 17:25:28	1.187
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.194 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.195 
  
[...4909 lines suppressed...]
  cat >> $CONFIG_STATUS <<\EOF
***************
*** 6640,6643 ****
--- 6811,6818 ----
    esac
  
+   case "$ac_given_INSTALL" in
+   [/$]*) INSTALL="$ac_given_INSTALL" ;;
+   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+   esac
  
    echo creating "$ac_file"
***************
*** 6655,6658 ****
--- 6830,6834 ----
  s%@srcdir@%$srcdir%g
  s%@top_srcdir@%$top_srcdir%g
+ s%@INSTALL@%$INSTALL%g
  " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  fi; done