OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-491-g4a6a00d
Gerrit Code Review
gerrit@openafs.org
Sat, 27 Nov 2010 07:46:14 -0800 (PST)
The following commit has been merged in the master branch:
commit 4a6a00d6f45bd0ac94e2eb05adee41552073643a
Author: Christof Hanke <christof.hanke@rzg.mpg.de>
Date: Sun Nov 21 23:01:53 2010 +0100
check curses-libs by configure
Presently, the used curses-library are determined by OS.
The leads to a build error when no curses-headers are installed.
Use configure to test if curses.h or ncurses.h is present.
ncurses takes precedence over curses.h.
If neither the curses- nor ncurses-libs are available, do not build
afsmonitor and scout.
A summary at the end of the configure should make this clear to
everyone.
The variable TXLIBS has been renamed to LIB_curses.
Change-Id: I3f661e0b6199be41818dc22149b061e3d599b77f
Reviewed-on: http://gerrit.openafs.org/3345
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Makefile.in | 20 ++++++++++++--
acinclude.m4 | 23 ++++++++++++++++
configure.ac | 3 ++
src/afsmonitor/Makefile.in | 2 +-
src/cf/osconf.m4 | 58 -----------------------------------------
src/config/Makefile.config.in | 2 +-
src/gtx/Makefile.in | 2 +-
src/gtx/curses_test.c | 9 +++---
src/gtx/curseswindows.c | 7 -----
src/gtx/gtxcurseswin.h | 12 +++-----
src/scout/Makefile.in | 2 +-
11 files changed, 56 insertions(+), 84 deletions(-)
--
OpenAFS Master Repository