[PATCH app-xdm 0/6] Review xdm configuration - Part 3

Gaetan Nadon memsize at videotron.ca
Mon Oct 25 17:21:32 PDT 2010


This series deals with libraries and library functions checking.
Using the suggested order for "sections" of the configuration file
from autoconf helps alleviate ordering issues as the autoconf
macros use $LIB to search for libraries and to store results.

A small amount of redundancy is added as a side-effect but will be cleared
in subsequent patches.

Gaetan Nadon (6):
  config: add "Check for system libraries" section
  config: relocate headers, typedefs, and compiler characteristics
  config: add "Check for system library functions"
  config: use AC_CHECK_FUNCS for setprocttile
  config: use AC_CHECK_FUNCS for setusercontext
  config: use AC_CHECK_FUNCS for mkstemp, getifaddrs and getspnam

 auth.c           |   14 +++++-----
 choose.c         |    2 +-
 configure.ac     |   80 +++++++++++++++++++++++++++++-------------------------
 dm.c             |    2 +-
 dm.h             |    4 +-
 greet.h          |    6 ++--
 greeter/greet.c  |    4 +-
 greeter/verify.c |    8 +++---
 session.c        |   18 ++++++------
 9 files changed, 72 insertions(+), 66 deletions(-)



More information about the xorg-devel mailing list