texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Aug 11 08:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Wed Aug 11 08:22:01 EDT 2004)
Date: Wed, 11 Aug 2004 08:22:11 -0400

Index: config.guess
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.guess,v
retrieving revision 1.33
retrieving revision 1.34
diff -c -r1.33 -r1.34
*** config.guess        3 Aug 2004 14:05:35 -0000       1.33
--- config.guess        11 Aug 2004 12:01:56 -0000      1.34
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-07-19'
  
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-08-11'
  
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
***************
*** 1179,1187 ****
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
        exit 0 ;;
      *:Darwin:*:*)
!       case `uname -p` in
            *86) UNAME_PROCESSOR=i686 ;;
!           powerpc) UNAME_PROCESSOR=powerpc ;;
        esac
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
        exit 0 ;;
--- 1179,1188 ----
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
        exit 0 ;;
      *:Darwin:*:*)
!       UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
!       case $UNAME_PROCESSOR in
            *86) UNAME_PROCESSOR=i686 ;;
!           unknown) UNAME_PROCESSOR=powerpc ;;
        esac
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
        exit 0 ;;
P config.guess


reply via email to

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