texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sat Jul 9 09:22:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Sat Jul 9 09:22:01 EDT 2005)
Date: Sat, 09 Jul 2005 09:22:08 -0400

Index: config.guess
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.guess,v
retrieving revision 1.47
retrieving revision 1.48
diff -c -r1.47 -r1.48
*** config.guess        30 Jun 2005 12:23:02 -0000      1.47
--- config.guess        9 Jul 2005 12:59:54 -0000       1.48
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
  
! timestamp='2005-06-30'
  
  # 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-07-08'
  
  # 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
***************
*** 125,131 ****
        ;;
   ,,*)   CC_FOR_BUILD=$CC ;;
   ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
! esac ;'
  
  # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
  # (address@hidden 1994-08-24)
--- 125,131 ----
        ;;
   ,,*)   CC_FOR_BUILD=$CC ;;
   ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
! esac ; set_cc_for_build= ;'
  
  # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
  # (address@hidden 1994-08-24)
***************
*** 623,630 ****
        esac
        if [ ${HP_ARCH} = "hppa2.0w" ]
        then
!           # avoid double evaluation of $set_cc_for_build
!           test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
  
            # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
            # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
--- 623,629 ----
        esac
        if [ ${HP_ARCH} = "hppa2.0w" ]
        then
!           eval $set_cc_for_build
  
            # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
            # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
P config.guess


reply via email to

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