OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-75-g01afbb0

Gerrit Code Review gerrit@openafs.org
Wed, 14 Jul 2010 20:40:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 01afbb03cc1b853d0909101e5145d0333669c344
Author: Russ Allbery <rra@stanford.edu>
Date:   Wed Jul 14 17:29:34 2010 -0700

    Move build support files into build-tools
    
    Now that we have a build-tools directory, move the various support
    files used by Autoconf and Automake into it as well to reduce clutter
    at the top level.
    
    Change-Id: Ieae317524d5354e3a6168507c569378f7913b05f
    Reviewed-on: http://gerrit.openafs.org/2432
    Tested-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 build-tools/config.guess  | 1502 +++++++++++++++++++++++++++++++++++++++
 build-tools/config.sub    | 1714 +++++++++++++++++++++++++++++++++++++++++++++
 build-tools/install-sh    |  238 +++++++
 build-tools/libafsdep     |    5 +
 build-tools/missing       |  265 +++++++
 build-tools/mkinstalldirs |   40 ++
 config.guess              | 1502 ---------------------------------------
 config.sub                | 1714 ---------------------------------------------
 configure-libafs.in       |    1 +
 configure.in              |    1 +
 install-sh                |  238 -------
 libafsdep                 |    6 -
 missing                   |  265 -------
 mkinstalldirs             |   40 --
 14 files changed, 3766 insertions(+), 3765 deletions(-)

-- 
OpenAFS Master Repository