OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-104-g3d1fd05
Gerrit Code Review
gerrit@openafs.org
Wed, 21 Jul 2010 15:36:20 -0700 (PDT)
The following commit has been merged in the master branch:
commit 3d1fd051b6a5c6e3bf04663d88bc0366d7e7e854
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jul 21 17:30:39 2010 -0500
Log lex/flex detection errors in the config log
When we detect if lex is flex, we run 'lex --version', which may
complain to stderr if lex is not flex. Instead of printing such errors
to the person running 'configure', redirect stderr to config.log along
with stdout.
Change-Id: I812805245a2638eda5885a41a6d70ffeff608c58
Reviewed-on: http://gerrit.openafs.org/2462
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Russ Allbery <rra@stanford.edu>
src/cf/flex.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository