--- make/Configure.sh.orig	Thu Aug 12 01:24:10 1999
+++ make/Configure.sh	Thu Aug 12 01:24:13 1999
@@ -48,25 +48,7 @@
 SelectSubsystems()
 {
 	choice="$*"
-	while [ "$choice" != "" ]; do
-		if [ "$choice" = "?" ]; then
-			echo "" >&3
-			for dir in `echo $subsystems | tr '[A-Z]' '[a-z]'`
-			do  if [ -r "src/$target/$dir/.help" ]; then
-				echo $dir:			>&3
-				cat src/$target/$dir/.help	>&3
-				echo ""				>&3
-			    else
-				echo "No help available for $dir on $target" >&3
-			    fi
-			done
-		else
-			subsystems=$choice
-		fi
-		echo "Choose $target interface methods (or ? for help)" >&3
-		prompt "[$subsystems] "
-		read choice
-	done
+	subsystems=$choice
 	echo $subsystems | tr '[A-Z]' '[a-z]'
 }
 
