texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sat May 28 18:22:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Sat May 28 18:22:01 EDT 2005)
Date: Sat, 28 May 2005 18:22:08 -0400

Index: config.guess
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.guess,v
retrieving revision 1.45
retrieving revision 1.46
diff -c -r1.45 -r1.46
*** config.guess        16 May 2005 13:25:44 -0000      1.45
--- config.guess        28 May 2005 22:20:00 -0000      1.46
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
  
! timestamp='2005-05-15'
  
  # 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, 2005 Free Software Foundation, Inc.
  
! timestamp='2005-05-27'
  
  # 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
***************
*** 805,813 ****
      i*:CYGWIN*:*)
        echo ${UNAME_MACHINE}-pc-cygwin
        exit ;;
!     i*:MINGW*:* | i*:windows32*:*)
        echo ${UNAME_MACHINE}-pc-mingw32
        exit ;;
      i*:PW*:*)
        echo ${UNAME_MACHINE}-pc-pw32
        exit ;;
--- 805,817 ----
      i*:CYGWIN*:*)
        echo ${UNAME_MACHINE}-pc-cygwin
        exit ;;
!     i*:MINGW*:*)
        echo ${UNAME_MACHINE}-pc-mingw32
        exit ;;
+     i*:windows32*:*)
+       # uname -m includes "-pc" on this system.
+       echo ${UNAME_MACHINE}-mingw32
+       exit ;;
      i*:PW*:*)
        echo ${UNAME_MACHINE}-pc-pw32
        exit ;;
P config.guess


reply via email to

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