Gaetan Nadon wrote: > PKG_CHECK_MODULES does the AC_SUBST macro call. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > 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 <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
