[PATCH app-xkbutils 1/4] config: remove unrequired AC_SUBST _CFLAGS and _LIBS

Alan Coopersmith alan.coopersmith at oracle.com
Sun Aug 8 09:01:53 PDT 2010


Gaetan Nadon wrote:
> PKG_CHECK_MODULES does the AC_SUBST macro call.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  configure.ac |   14 +-------------
>  1 files changed, 1 insertions(+), 13 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index faf3c17..f2bfa2d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -38,21 +38,9 @@ AC_PROG_CC
>  AM_PROG_CC_C_O
>  AC_PROG_INSTALL
>  
> -
> -# xkbvleds checks
> +# Obtain compiler/linker options from depedencies
>  PKG_CHECK_MODULES(XKBVLEDS, xaw7)
> -AC_SUBST(XKBVLEDS_CFLAGS)
> -AC_SUBST(XKBVLEDS_LIBS)
> -
> -# xkbbell checks
>  PKG_CHECK_MODULES(XKBBELL, xkbfile x11 inputproto)
> -AC_SUBST(XKBBELL_CFLAGS)
> -AC_SUBST(XKBBELL_LIBS)
> -
> -# xkbwatch checks
>  PKG_CHECK_MODULES(XKBWATCH, xaw7)
> -AC_SUBST(XKBWATCH_CFLAGS)
> -AC_SUBST(XKBWATCH_LIBS)
> -
>  
>  AC_OUTPUT([Makefile])

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