Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
build: add support for automake 1.13.
legacy
Sam Hocevar
sam
12 anos atrás
pai
bd95435faf
commit
2f6f9b6bef
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
bootstrap
+1
-1
configure.ac
+ 1
- 1
bootstrap
Ver arquivo
@@ -46,7 +46,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/n
# Check for automake
amvers="no"
for v in 12 11 10 9 8 7 6 5; do
for v in 1
3 1
2 11 10 9 8 7 6 5; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break
+ 1
- 1
configure.ac
Ver arquivo
@@ -14,7 +14,7 @@ AC_SUBST(LOLUNIT_VERSION)
LOLREMEZ_VERSION=0.2
AC_SUBST(LOLREMEZ_VERSION)
A
M
_CONFIG_HEADER(config.h)
A
C
_CONFIG_HEADER(config.h)
AM_PROG_CC_C_O
AC_PROG_CPP
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar