]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix build failures on Ubuntu 13.10.
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Oct 2013 14:00:10 +0000 (14:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Oct 2013 14:00:10 +0000 (14:00 +0000)
commit2d9cc79d53ec2973c6b8ce47a15561c0f3b9e59c
treedb6aee6b2d532d330e704fa5b86369da6e648692
parent0e233b0d876765acf0b3a6d7f1dabd27b603f0d3
Fix build failures on Ubuntu 13.10.

Automake now insists that we run AM_PROG_AR if we're going to build a
library, and AM_PROG_CC_C_O if we're going to build anything with
extra compile options. Those extra macros seem harmless in previous
versions of automake.

[originally from svn r10053]
unix/configure.ac