please fix config.guess for NEC UX/4800 series

Oota Toshiya oota at ppd.fc.nec.co.jp
Thu Oct 12 02:11:42 GMT 2000


config.guess file in samba-2.2-alpha suite is too old.
So, I can't config in resent NEC UX/4800 series.

Please fix this patch.

*** config.guess        Mon Dec 13 22:26:57 1999
--- ../../samba-2.0.7-ja-20001010/source/config.guess   Thu Jun 22 02:29:16 2000
***************
*** 490,501 ****
      mc68*:A/UX:*:*)
        echo m68k-apple-aux${UNAME_RELEASE}
        exit 0 ;;
!     R3000:*System_V*:*:*)
!       if [ -d /usr/nec ]; then
!               echo mips-nec-sysv${UNAME_RELEASE}
!       else
!               echo mips-unknown-sysv${UNAME_RELEASE}
!       fi
          exit 0 ;;
  esac

--- 490,501 ----
      mc68*:A/UX:*:*)
        echo m68k-apple-aux${UNAME_RELEASE}
        exit 0 ;;
!     R3000:*System_V*:*:*|R*000:UNIX_S*V:*:*)
!         if [ -d /usr/nec ]; then
!                 echo mips-nec-sysv${UNAME_RELEASE}
!         else
!                 echo mips-unknown-sysv${UNAME_RELEASE}
!         fi
          exit 0 ;;
  esac



--
--- Oota Toshiya ---        NEC Solutions   Computers Planning Division
 oota at ppd.fc.nec.co.jp      Fuchu,Tokyo,Japan,Earth,Solar system,Galaxy
(samba-jp ML maintainer/mutt-jp ML server maintainer)




More information about the samba-technical mailing list