texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo config.guess,1.6,1.7


From: karl
Subject: texinfo config.guess,1.6,1.7
Date: Fri, 5 Mar 2004 14:32:39 +0100

Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv6398

Modified Files:
        config.guess 
Log Message:
.

Index: config.guess
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.guess,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** config.guess        17 Feb 2004 13:31:03 -0000      1.6
--- config.guess        5 Mar 2004 13:32:36 -0000       1.7
***************
*** 4,8 ****
  #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
! timestamp='2004-02-16'
  
  # This file is free software; you can redistribute it and/or modify it
--- 4,8 ----
  #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
! timestamp='2004-03-03'
  
  # This file is free software; you can redistribute it and/or modify it
***************
*** 256,262 ****
        exit 0 ;;
      alpha:OSF1:*:*)
!       if test $UNAME_RELEASE = "V4.0"; then
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
!       fi
        # According to Compaq, /usr/sbin/psrinfo has been available on
        # OSF/1 and Tru64 systems produced since 1995.  I hope that
--- 256,267 ----
        exit 0 ;;
      alpha:OSF1:*:*)
!       case $UNAME_RELEASE in
!       *4.0)
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
!               ;;
!       *5.*)
!               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
!               ;;
!       esac
        # According to Compaq, /usr/sbin/psrinfo has been available on
        # OSF/1 and Tru64 systems produced since 1995.  I hope that
***************
*** 296,304 ****
                UNAME_MACHINE="alphaev79" ;;
        esac
        # A Vn.n version is a released version.
        # A Tn.n version is a released field test version.
        # A Xn.n version is an unreleased experimental baselevel.
        # 1.2 uses "1.2" for uname -r.
!       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 
's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
        exit 0 ;;
      Alpha*:OpenVMS:*:*)
--- 301,310 ----
                UNAME_MACHINE="alphaev79" ;;
        esac
+       # A Pn.n version is a patched version.
        # A Vn.n version is a released version.
        # A Tn.n version is a released field test version.
        # A Xn.n version is an unreleased experimental baselevel.
        # 1.2 uses "1.2" for uname -r.
!       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 
's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
        exit 0 ;;
      Alpha*:OpenVMS:*:*)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]