texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Nov 14 08:22:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Sun Nov 14 08:22:01 EST 2004)
Date: Sun, 14 Nov 2004 08:22:13 -0500

Index: config.guess
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.guess,v
retrieving revision 1.39
retrieving revision 1.40
diff -c -r1.39 -r1.40
*** config.guess        28 Oct 2004 12:53:25 -0000      1.39
--- config.guess        14 Nov 2004 13:10:31 -0000      1.40
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-10-25'
  
  # 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-11-12'
  
  # 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
***************
*** 319,324 ****
--- 319,327 ----
      *:OS/390:*:*)
        echo i370-ibm-openedition
        exit 0 ;;
+     *:z/VM:*:*)
+       echo s390-ibm-zvmoe
+       exit 0 ;;
      *:OS400:*:*)
          echo powerpc-ibm-os400
        exit 0 ;;
Index: config.sub
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.sub,v
retrieving revision 1.28
retrieving revision 1.29
diff -c -r1.28 -r1.29
*** config.sub  29 Aug 2004 12:41:04 -0000      1.28
--- config.sub  14 Nov 2004 13:10:31 -0000      1.29
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-08-29'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-11-12'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
***************
*** 489,494 ****
--- 489,498 ----
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
+       djgpp)
+               basic_machine=i586-pc
+               os=-msdosdjgpp
+               ;;
        dpx20 | dpx20-*)
                basic_machine=rs6000-bull
                os=-bosx
***************
*** 1297,1302 ****
--- 1301,1309 ----
        -kaos*)
                os=-kaos
                ;;
+       -zvmoe)
+               os=-zvmoe
+               ;;
        -none)
                ;;
        *)
P config.guess
P config.sub


reply via email to

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