1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

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]
This commit is contained in:
Simon Tatham 2013-10-26 14:00:10 +00:00
parent 0e233b0d87
commit 2d9cc79d53

View File

@ -14,6 +14,8 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_INSTALL
AC_PROG_RANLIB
AM_PROG_AR
AM_PROG_CC_C_O
# Mild abuse of the '--enable' option format to allow manual
# specification of setuid or setgid setup in pterm.