[PATCH 1/4] configure.ac: Fix help string for mitshm.

Alan Coopersmith alan.coopersmith at oracle.com
Sun Jun 5 22:43:01 PDT 2011


On 06/ 5/11 10:58 AM, Cyril Brulebois wrote:
> Pasting from ./configure --help's output, one would get:
> | configure: WARNING: unrecognized options: --disable-shm
> 
> Fix the help string to include the previously missing “mit” bits.
> 
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> http://bugs.freedesktop.org/show_bug.cgi?id=29109 remains but that
> probably shouldn't be a reason not to fix the help string.
> 
> diff --git a/configure.ac b/configure.ac
> index 22566c9..a47e3bf 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -608,7 +608,7 @@ AC_ARG_WITH(khronos-spec-dir, AS_HELP_STRING([--with-khronos-spec-dir=PATH], [Pa
>  dnl Extensions.
>  AC_ARG_ENABLE(registry,       AS_HELP_STRING([--disable-registry], [Build string registry module (default: enabled)]), [XREGISTRY=$enableval], [XREGISTRY=yes])
>  AC_ARG_ENABLE(composite,      AS_HELP_STRING([--disable-composite], [Build Composite extension (default: enabled)]), [COMPOSITE=$enableval], [COMPOSITE=yes])
> -AC_ARG_ENABLE(mitshm,         AS_HELP_STRING([--disable-shm], [Build SHM extension (default: enabled)]), [MITSHM=$enableval], [MITSHM=yes])
> +AC_ARG_ENABLE(mitshm,         AS_HELP_STRING([--disable-mitshm], [Build SHM extension (default: enabled)]), [MITSHM=$enableval], [MITSHM=yes])
>  AC_ARG_ENABLE(xres,           AS_HELP_STRING([--disable-xres], [Build XRes extension (default: enabled)]), [RES=$enableval], [RES=yes])
>  AC_ARG_ENABLE(record,         AS_HELP_STRING([--disable-record], [Build Record extension (default: enabled)]), [RECORD=$enableval], [RECORD=yes])
>  AC_ARG_ENABLE(xv,             AS_HELP_STRING([--disable-xv], [Build Xv extension (default: enabled)]), [XV=$enableval], [XV=yes])

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list