From: Quentin Glidic <[email protected]> Thanks for comments and review. This new series should address all the points commented previously.
First patches rewrite the configure.ac code to a cleaner version. Subsequent ones reorder and comment the file to make it easier for contributors to understand and write code. The code is still a bit inconsistent (indentation mainly) and more patches are coming. Quentin Glidic (11): autotools: Use AM_DISTCHECK_CONFIGURE_FLAGS autotools: Search for .m4 files in m4/ configure.ac: Correctly check for functions and libraries configure.ac: Replace AC_ERROR with AC_MSG_ERROR configure.ac: Use consistent quoting configure.ac: Make AC_ARG_ENABLE calls consistent configure.ac: m4-quote AM_CONDITIONAL tests configure.ac: Rework AC_ARG_WITH usages configure.ac: Protect AC_PATH_PROG variables configure.ac: Reorder common stuff configure.ac: Reorder weston-launch stuff Makefile.am | 6 +- configure.ac | 379 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 226 insertions(+), 159 deletions(-) -- 1.8.4.3 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
