head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.07.24.08.48.05;	author jkoshy;	state dead;
branches;
next	1.1;

1.1
date	2001.06.26.09.19.52;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to v200.

Requested by:	Austus <austus@@adelphia.net>
@
text
@--- ../install--	Thu Jun 21 15:49:54 2001
+++ ../install	Thu Jun 21 15:58:35 2001
@@@@ -134,21 +134,8 @@@@
   checklink "MzScheme/MrEd/DrScheme" ".bin/sparc-sunos4-static" ".bin/sparc-solaris" "sparc-sunos4-static" "SunOS4 Static" "Solaris"
 fi
 
-if [ -z "${RPM_INSTALL_PREFIX}" ] ; then
-  echo 'PLT software starts up much faster with .zo files, but creating .zo'
-  echo 'files now takes a few minutes and requires about 5MB of additional'
-  echo 'disk space. Create .zo files later by running plt/bin/setup-plt.'
-  echo -n ' Create .zo files now (y/n)? [y] '
-  read response
-else
-  response="y"
-fi
-if [ "$response" != 'n' ] ; then
-  if [ "$response" != 'N' ] ; then
-    didnothing=""
-    bin/setup-plt
- fi
-fi
+didnothing=""
+bin/setup-plt
 
 echo
 echo "PLT installation done${didnothing}."
@


1.1
log
@A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
@
text
@@

