OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-187-g9d3ef93
Gerrit Code Review
gerrit@openafs.org
Sat, 11 Aug 2018 12:44:23 -0400
The following commit has been merged in the master branch:
commit 9d3ef9337fafe5dcf3865d3aced290be0f887c11
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.
Change-Id: I833dc6e8611dc7227db4ec77b0160dfa47b7e531
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>
src/cf/osconf.m4 | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository