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(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
