texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Oct 28 09:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Thu Oct 28 09:22:01 EDT 2004)
Date: Thu, 28 Oct 2004 09:22:14 -0400

Index: config.guess
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.guess,v
retrieving revision 1.38
retrieving revision 1.39
diff -c -r1.38 -r1.39
*** config.guess        7 Sep 2004 12:51:40 -0000       1.38
--- config.guess        28 Oct 2004 12:53:25 -0000      1.39
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-09-07'
  
  # 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-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
***************
*** 342,348 ****
      DRS?6000:unix:4.0:6*)
        echo sparc-icl-nx6
        exit 0 ;;
!     DRS?6000:UNIX_SV:4.2*:7*)
        case `/usr/bin/uname -p` in
            sparc) echo sparc-icl-nx7 && exit 0 ;;
        esac ;;
--- 342,348 ----
      DRS?6000:unix:4.0:6*)
        echo sparc-icl-nx6
        exit 0 ;;
!     DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
        case `/usr/bin/uname -p` in
            sparc) echo sparc-icl-nx7 && exit 0 ;;
        esac ;;
***************
*** 1247,1253 ****
            A*) echo alpha-dec-vms && exit 0 ;;
            I*) echo ia64-dec-vms && exit 0 ;;
            V*) echo vax-dec-vms && exit 0 ;;
!       esac
  esac
  
  #echo '(No uname command or uname output not recognized.)' 1>&2
--- 1247,1256 ----
            A*) echo alpha-dec-vms && exit 0 ;;
            I*) echo ia64-dec-vms && exit 0 ;;
            V*) echo vax-dec-vms && exit 0 ;;
!       esac ;;
!     *:XENIX:*:SysV)
!       echo i386-pc-xenix
!       exit 0 ;;
  esac
  
  #echo '(No uname command or uname output not recognized.)' 1>&2
Index: install-sh
===================================================================
RCS file: /cvsroot/texinfo/texinfo/install-sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -c -r1.9 -r1.10
*** install-sh  13 Sep 2004 12:35:41 -0000      1.9
--- install-sh  28 Oct 2004 12:53:25 -0000      1.10
***************
*** 1,7 ****
  #!/bin/sh
  # install - install a program, script, or datafile
  
! scriptversion=2004-09-10.20
  
  # This originates from X11R5 (mit/util/scripts/install.sh), which was
  # later released in X11R6 (xc/config/util/install.sh) with the
--- 1,7 ----
  #!/bin/sh
  # install - install a program, script, or datafile
  
! scriptversion=2004-10-22.00
  
  # This originates from X11R5 (mit/util/scripts/install.sh), which was
  # later released in X11R6 (xc/config/util/install.sh) with the
***************
*** 213,219 ****
    fi
  
    # This sed command emulates the dirname command.
!   dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
  
    # Make sure that the destination directory exists.
  
--- 213,219 ----
    fi
  
    # This sed command emulates the dirname command.
!   dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
  
    # Make sure that the destination directory exists.
  
***************
*** 226,232 ****
      oIFS=$IFS
      # Some sh's can't handle IFS=/ for some reason.
      IFS='%'
!     set - `echo "$dstdir" | sed -e 's@/@address@hidden' -e 
'address@hidden@/@'`
      IFS=$oIFS
  
      pathcomp=
--- 226,233 ----
      oIFS=$IFS
      # Some sh's can't handle IFS=/ for some reason.
      IFS='%'
!     set x `echo "$dstdir" | sed -e 's@/@address@hidden' -e 
'address@hidden@/@'`
!     shift
      IFS=$oIFS
  
      pathcomp=
P config.guess
P install-sh


reply via email to

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