OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-183-gf9c584a

Gerrit Code Review gerrit@openafs.org
Sat, 11 Aug 2018 12:25:02 -0400


The following commit has been merged in the master branch:
commit f9c584a794c6a4c5d03fa1ee7f1b2b5e1309e7ee
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri Apr 20 11:47:57 2018 -0400

    autoconf: update curses.m4
    
    Replace the obsolete AC_TRY_COMPILE with AC_COMPILE_IFELSE/AC_LANG_PROGRAM
    in the curses check for the getmaxyx macro.
    
    This change was done manually instead of using autoupdate because the
    program prologue argument for this particular check is an m4 macro,
    which will not expand to code when autoupdate adds m4 quotes to the
    AC_LANG_PROGRAM arguments.
    
    Change-Id: I85b65fb9b59b45d31286436a9f15110cec31bec8
    Reviewed-on: https://gerrit.openafs.org/13021
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/cf/curses.m4 |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository