Version 2 improves commit messages and custom build commands Also fixed some nits in other makefiles.
I checked that the binaries produced have the same size, but I'd like someone to run a sanity check on the module. I ran distcheck, out-of-source build and build from tarball. A Tested-by tag would be appreciated. I'll be away for the next few days. I'll collect review tags and I'll push the patches next week if all goes well. Gaetan Nadon (6): Debugger: convert existing makefiles to Automake. Benchmark: use correct src and build location lib: fix include directives, alphabetize sources scripts: use PYTHON primary directive for python scripts tools: use correct src and build location config: remove unused AC_DEFINE for CAIRO, LIBUDEV and GLIB Makefile.am | 8 ++-- benchmarks/Makefile.am | 29 +++-------- configure.ac | 60 +++++++++++++++-------- debugger/Makefile.am | 27 +++++------ debugger/system_routine/.gitignore | 12 ++++- debugger/system_routine/GNUmakefile.in | 3 - debugger/system_routine/Makefile | 84 -------------------------------- debugger/system_routine/Makefile.am | 42 ++++++++++++++++ lib/Makefile.am | 45 ++++++++--------- scripts/Makefile.am | 7 +-- tools/Makefile.am | 78 ++++++++++++++---------------- 11 files changed, 174 insertions(+), 221 deletions(-) delete mode 100644 debugger/system_routine/GNUmakefile.in delete mode 100644 debugger/system_routine/Makefile create mode 100644 debugger/system_routine/Makefile.am -- 1.7.5.4 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel