OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4913-ga7cc505

Gerrit Code Review gerrit@openafs.org
Sun, 6 Nov 2016 00:36:48 -0400


The following commit has been merged in the master branch:
commit a7cc505d3be81e6aaf755bcc83d0dbcab85dbdad
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Fri Nov 4 20:18:52 2016 -0400

    regen.sh: Use libtoolize -i, and .gitignore generated build-tools
    
    Recent libtoolize actually deletes build-tools/missing, which Git was
    treating as a change to the working copy.  Besides, we should let
    libtoolize copy in its more recent version of config.guess, config.sub,
    and install-sh.
    
    Change-Id: If21f22649e1e1015ad3bcfbf6d34f297b56993a1
    Reviewed-on: https://gerrit.openafs.org/12434
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 build-tools/.gitignore   |    4 +
 build-tools/config.guess | 1502 ----------------------------------------
 build-tools/config.sub   | 1714 ----------------------------------------------
 build-tools/install-sh   |  238 -------
 build-tools/missing      |  265 -------
 regen.sh                 |    4 +-
 6 files changed, 6 insertions(+), 3721 deletions(-)

-- 
OpenAFS Master Repository