OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_3-12-g98e07b5

Gerrit Code Review gerrit@openafs.org
Mon, 10 Jun 2019 07:36:23 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 98e07b561279bf5d9f39ccb5f43e605cd3e86d0e
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date:   Thu May 31 09:46:56 2018 -0300

    autoconf: do not reference the missing script
    
    Currently, OpenAFS does not use automake. As a result, the missing script
    is not copied to the build-tools directory. Since this script is not
    present in the tree, am_missing_run is not initialized. Unfortunately,
    the current version still has a few references to this variable. In order
    to preserve a similar behavior, this commit replaces these references by
    AC_ERROR.
    
    While we are changing these, remove the AC_CHECK_PROGS calls for AR and
    STRIP, since libtool already checks these for us.
    
    Reviewed-on: https://gerrit.openafs.org/12982
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 9d3ef9337fafe5dcf3865d3aced290be0f887c11)
    
    Change-Id: Ibb2fa93e73f303cd68e9e030f1631476f1da329c
    Reviewed-on: https://gerrit.openafs.org/13486
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/cf/osconf.m4 |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository