#
# usage:        whichi.sh
#
# abstract:     This Bourne Shell script prints out the list of types of
#		install.
#
# note(s):      1. This routine must be called using a . (period)
#
# Copyright (c) 1992-1998 The Mathworks, Inc. All Rights Reserved.
# $Revision: 1.9 $  $Date: 1998/12/24 17:31:53 $
#----------------------------------------------------------------------------
#
echo ''
echo 'Please select ONE type of install:'
echo '    -------------------------------------------------------------------'
echo '    | 1. NORMAL -                                                     |'
echo '    |                                                                 |'
echo '    |    Install everything.                                          |'
echo '    |                                                                 |'
echo '    | 2. CLIENT -                                                     |'
echo '    |                                                                 |'
echo '    |    Install symbolic links to scripts in $MATLAB/bin directory   |'
echo '    |                                                                 |'
echo '    | 3. CLIENT WITH LICENSE MANAGER -                                |'
echo '    |                                                                 |'
echo '    |    Same as 2, but also install the license manager.             |'
echo '    |                                                                 |'
echo '    | 4. LICENSE MANAGER ONLY -                                       |'
echo '    |                                                                 |'
echo '    -------------------------------------------------------------------'
