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
Родитель 0e233b0d87
Коммит 2d9cc79d53
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.