]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] distcheck: include it as a verbatim makefile fragment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 Aug 2012 17:07:04 +0000 (19:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 Aug 2012 17:26:09 +0000 (19:26 +0200)
commitbcade0fd44698d63ef42dee21db86bbaf63c8247
treeb646f1f3caf9a3929b3e1b22162788faaf0fc6f9
parentcbcab9ca31a167fc65f095914441d66069965ff1
[ng] distcheck: include it as a verbatim makefile fragment

* lib/am/distcheck.am: Rename ...
* lib/am/distcheck.mk: ... like this, and adjust to use GNU
make conditionals rather than Automake ones, and to allow for
user overrides of the '$(distcleancheck_listfiles)' variable.
Fix some comments while at it.
* automake.in (handle_dist): Include it suing the 'verbatim'
function.
* Makefile.am (dist_am_DATA): Adjust.
* t/distcheck-configure-flags-am.sh: Remove obsolete grepping
checks, that would cause the test to fails spuriously.
* t/distcheck-configure-flags.sh: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
automake.in
lib/am/distcheck.mk [moved from lib/am/distcheck.am with 95% similarity]
t/distcheck-configure-flags-am.sh
t/distcheck-configure-flags.sh