[PATCH] macros: clarify documentation

Peter Hutterer peter.hutterer at who-t.net
Thu Oct 25 16:04:50 PDT 2012


On Wed, Oct 24, 2012 at 11:58:49PM -0500, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> 
> Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> ---
>  xorg-server.m4 |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/xorg-server.m4 b/xorg-server.m4
> index bdecf62..18255b9 100644
> --- a/xorg-server.m4
> +++ b/xorg-server.m4
> @@ -23,10 +23,10 @@ dnl other dealings in this Software without prior written authorization
>  dnl from the copyright holders.
>  dnl 
>  
> -# XORG_DRIVER_CHECK_EXT()
> +# XORG_DRIVER_CHECK_EXT(MACRO, PROTO)
>  # --------------------------
> -# Checks for the $1 define in xorg-server.h (from the sdk).  If it
> -# is defined, then add $1 to $REQUIRED_MODULES.
> +# Checks for the MACRO define in xorg-server.h (from the sdk).  If it
> +# is defined, then add the given PROTO to $REQUIRED_MODULES.
>  
>  AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
>  	AC_REQUIRE([PKG_PROG_PKG_CONFIG])
> -- 
> 1.7.9

Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>




More information about the xorg-devel mailing list