*** config.guess Tue Mar 13 11:36:19 2001 --- config.guess Mon Jun 25 19:08:03 2001 *************** *** 37,42 **** --- 37,55 ---- # Only a few systems have been added to this list; please add others # (but try to keep the structure clean). # + if (test -f /tmp/.config-guess -a x"$1" != xinit) > /dev/null 2>&1 ; then + read x < /tmp/.config-guess + echo "$x" + exit 0 + else + if (test x"$1" != xinit) > /dev/null 2>&1 ; then + $0 init > /tmp/.config-guess + chmod 444 /tmp/.config-guess + fi + fi + if ( test x"$1" = xinit ) then + shift + fi me=`echo "$0" | sed -e 's,.*/,,'`