зеркало из https://github.com/github/putty.git
Restore compatibility with older autoconfs.
The one in Ubuntu 10.04 doesn't know what AM_PROG_AR means, so
configure.ac was broken in r10053 when fixing compatibility with later
versions; you can't win...
[originally from svn r10086]
[r10053 == 2d9cc79d53
]
This commit is contained in:
Родитель
85d1e7608e
Коммит
b12fbeffd6
|
@ -14,7 +14,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
|||
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_RANLIB
|
||||
AM_PROG_AR
|
||||
ifdef([AM_PROG_AR],[AM_PROG_AR])
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
# Mild abuse of the '--enable' option format to allow manual
|
||||
|
|
Загрузка…
Ссылка в новой задаче