1
--- configure.orig 2010-02-04 16:16:22.915346134 -0800
2
+++ configure 2010-02-04 16:19:53.537910871 -0800
4
# create temporary file to test for valid user and group names
6
$echo "What account should own the files? ($defowner) \c"
9
if [ "$resp" = "" ] ; then
13
# if so, $group will be set already
14
if [ -z "$group_restricted_asked" ] ; then
15
$echo "Should execution of GT.M be restricted to a group? (y or n) \c"
18
if [ "$resp" = "Y" -o "$resp" = "y" ] ; then
19
$echo "Enter group name: \c"
22
if [ "$group" != "" ] ; then
23
chgrp $group tmp_owngrp 2> /dev/null
24
if [ 0 != "$?" ] ; then
28
$echo "In what directory should GT.M be installed? \c"
32
# if gtmdist is relative then need to make it absolute
35
$echo "Directory $gtmdist does not exist. Do you wish to create it as part of"
36
$echo "this installation? (y or n) \c"
40
if [ "$resp" = "Y" -o "$resp" = "y" ] ; then
44
library_path="/usr/local/lib32 /usr/local/lib /usr/lib32 /usr/lib /lib32 /lib"
46
$echo "Should unicode support be installed? (y or n) \c"
49
if [ "$resp" = "Y" -o "$resp" = "y" ] ; then
51
$echo "Should an ICU version other than the default be used? (y or n) \c"
54
if [ "$resp" = "Y" -o "$resp" = "y" ] ; then
55
$echo "Enter ICU version (at least ICU version 3.6 is required. Enter as <major-ver>.<minor-ver>): \c"
56
- read gtm_icu_version
57
+ gtm_icu_version="@GTM_ICU_VERSION@"
58
icu_ver=`$echo $gtm_icu_version | sed 's/\.//'`
59
majmin=`$echo $icu_ver | cut -f 1 -d "."`
60
if [ "$majmin" -lt "36" ] ; then
62
$echo "only the uppercase versions of the files."
64
$echo "Do you want uppercase and lowercase versions of the MUMPS routines? (y or n)\c"
67
if [ "$resp" = "Y" -o "$resp" = "y" ] ; then
69
$echo "Creating lowercase versions of the MUMPS routines."
72
$echo "Installation completed. Would you like all the temporary files"
73
$echo "removed from this directory? (y or n) \c"
77
if [ "$resp" = "Y" -o "$resp" = "y" ] ; then
78
\rm -rf $binaries $pathmods $rscripts $nscripts $dirs configure \