Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
build: use AM_SILENT_RULES unconditionally even for client projects.
legacy
Sam Hocevar
hace 5 años
padre
4a5e2a2404
commit
2122d8984d
Se han
modificado 2 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
build/autotools/m4/lol-conf.m4
+0
-1
configure.ac
+ 3
- 0
build/autotools/m4/lol-conf.m4
Ver fichero
@@ -15,6 +15,9 @@ dnl
# ---------------------
AC_DEFUN([LOL_AC_INIT], [
dnl Silent rules by default
AM_SILENT_RULES([yes])
dnl C++11 and later mode. Checked early so that we don't run into surprises.
version_flag=''
LOL_TRY_CXXFLAGS(-std=c++0x, [version_flag='-std=c++0x'])
+ 0
- 1
configure.ac
Ver fichero
@@ -14,7 +14,6 @@ AC_INIT(lolengine, 0.0)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules])
dnl AM_MAINTAINER_MODE
Escribir
Vista previa
Cargando…
Cancelar
Guardar