many changes

This commit is contained in:
ceriel
1991-10-16 13:33:38 +00:00
parent 7987f04e22
commit dc61380dc0
7 changed files with 50 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
$FDIR/rm -f em_path.h
rm -f em_path.h
echo "You will now be asked for the root directory of the ACK sources.
This directory will not be changed by the installation process.
"
@@ -98,12 +98,12 @@ do
case $ANS in
'') ANS="$CURRENT";;
esac
case $ANS in
j*|y*) UTIL_HOME=$TARGET_HOME
case X$ANS in
Xj*|Xy*|X) UTIL_HOME=$TARGET_HOME
CURRENT=y
break
;;
n*) CURRENT=n
Xn*) CURRENT=n
echo "You will now be asked for the root directory of ACK on the current machine.
This tree will not be changed by the installation process.
"