devel: help in comparing Makefile.in from different commits
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 9 Dec 2011 17:46:54 +0000 (18:46 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Dec 2011 11:55:50 +0000 (12:55 +0100)
commitf60ca932334699a765d2b51432f9533dcc9e0807
tree72ef5e31f97442acfdd5126b11d7826173c8d1c2
parente9150626541429b8ce18e0a6d7d7e9dd635c0d5f
devel: help in comparing Makefile.in from different commits

Now that the generated Makefile.in, configure and aclocal.m4 files
are no longer committed in Automake's git repository, a simple
"git diff" or "git log" no longer shows if and how a change in
Automake results in changes to the Makefile.in files and/or
configure script of its own build system.  Still, the ability to
peek so easily at such differences has proved itself quite useful
in the past, often revealing inconsistencies and blunders, and
sometimes even bugs; so it would be a pity to lose that altogether.

With this change, we add a new maintainer recipe that re-introduces
much of that capability, by generating and comparing on the fly the
Makefile.in, configure and aclocal.m4 derived from two arbitrary
commits of the Automake repository.

* Makefile.am (autodiffs, compare-autodiffs): New phony targets.
ChangeLog
Makefile.am