]> git.draconx.ca Git - cdecl99.git/commit
Prevent gratuitous Automake failures.
authorNick Bowler <nbowler@draconx.ca>
Wed, 15 Aug 2012 00:20:52 +0000 (20:20 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 15 Aug 2012 00:20:52 +0000 (20:20 -0400)
commit57ce68d00a352c063217eeb9a18cafc44ebcca4e
treec5823b6085eb805c1d3df05af5b8de67d51b3616
parente287361d35cef81ceee2b6cf538455d93e8e3beb
Prevent gratuitous Automake failures.

Automake-1.12 introduces some new warnings, as well as fixing an earlier
bug that prevented -Wall from enabling all warnings.  Since we were
using -Werror, this causes Automake to fail.

However, the warnings are gratuitous: some are warning about stuff
provided by libtool (which should be fixed in libtool, not worked
around in this package), and the others are warning about the non-
portability of (hopefully!) portable constructs.  Most are automake
bug #9587 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9587>, but
Automake also warns about the $(.FEATURES) trick to use order-only
dependencies when available.
configure.ac