From: Quentin Glidic <[email protected]> These are the first four patches I am going to send to clean the Weston Åutotools stuff.
They are good to push directly, the RFC stands for the “is the overall design ok?” question. If these one are pushed, I will work on cleaning the rest of the configure.ac file and then the Makefile.am ones. I will then work on a second series to make Weston use a single Makefile, splitting the Makefile.am as I did for the configure.ac here. Quentin Glidic (4): autotools: Use AM_DISTCHECK_CONFIGURE_FLAGS autotools: Search for .m4 files in m4/ configure.ac: Split common stuff to m4/common.m4 configure.ac: Split weston-launch stuff Makefile.am | 6 ++++-- configure.ac | 56 +++-------------------------------------------------- m4/common.m4 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ m4/weston-launch.m4 | 24 +++++++++++++++++++++++ 4 files changed, 85 insertions(+), 55 deletions(-) create mode 100644 m4/common.m4 create mode 100644 m4/weston-launch.m4 -- 1.8.4.3 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
