From a83ae94ff2965679094e2a034cdbe762fafa03b2 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 9 Oct 2002 12:52:22 +0000 Subject: [PATCH] Improved help -- mm --- hadaq/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hadaq/configure.in b/hadaq/configure.in index 5a47231..b406008 100644 --- a/hadaq/configure.in +++ b/hadaq/configure.in @@ -9,7 +9,8 @@ AC_CANONICAL_HOST AC_ARG_ENABLE(xmanage, [ --enable-xmanage enable build of daq_xmanage, needs tk/X11]) AC_ARG_ENABLE(manage, [ --enable-manage enable build of daq_manage, needs tcl]) AC_ARG_WITH(param, [ --with-param[=ARG] use the given parameter source, default is "tcl"],,with_param="tcl") -AC_ARG_WITH(hardware, [ --with-hardware[=ARG] use the given readout code, default is "soft"],,with_hardware="soft") +AC_ARG_WITH(hardware, [ --with-hardware[=ARG] use the given readout code, default is "soft", + possible values are rich, mdc, show, trig, soft],,with_hardware="soft") dnl Checks for programs. AC_PROG_CC -- 2.43.0