Eliminate too-expansive "clean" rule kluge by requiring fixed Automake.
authorBen Pfaff <blp@gnu.org>
Mon, 12 Oct 2009 04:26:30 +0000 (21:26 -0700)
committerBen Pfaff <blp@gnu.org>
Tue, 13 Oct 2009 03:41:43 +0000 (20:41 -0700)
commit0cb17272c79a90d8d9fb5f8bd3628bb9bba4fb0f
treee6ba523ec016f9416de10feb9076e1c2fbc08026
parent6cea5154ec624e65bbfce71036e31ab491ebc64a
Eliminate too-expansive "clean" rule kluge by requiring fixed Automake.

The NEWS for Automake 1.10.1 mentions the following bug fix:

  - All directories `.libs'/`_libs' used by libtool are cleaned now,
    not only those in which libraries are built.

This describes the situation for the kluged "clean" rule in
tests/automake.mk, so by requiring Automake 1.10.1 or later we can also
eliminate the clean rule.
Makefile.am
tests/automake.mk