*** configure.orig Tue Sep 15 14:26:23 1998 --- configure Tue Sep 15 14:28:20 1998 *************** *** 672,682 **** withval="$with_template" TEMPLATE=$withval else ! host_no_ver=`echo "$host" | sed 's/[0-9.]*$//'` ! GUESS=`grep "$host_no_ver" template/.similar | sed 's/.*=//' | tail -1` if test "$GUESS" then TEMPLATE="$GUESS" ! else TEMPLATE=`uname -s | tr A-Z a-z` fi fi --- 672,687 ---- withval="$with_template" TEMPLATE=$withval else ! GUESS=`grep "$host" template/.similar | sed 's/.*=//' | tail -1` if test "$GUESS" then TEMPLATE="$GUESS" ! else ! host_no_ver=`echo "$host" | sed 's/[0-9.]*$//'` ! GUESS=`grep "$host_no_ver" template/.similar | sed 's/.*=//' | tail -1` ! if test "$GUESS" ! then TEMPLATE="$GUESS" ! else TEMPLATE=`uname -s | tr A-Z a-z` ! fi fi fi