This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: use AM_SILENT_RULES unconditionally even for client projects.
legacy
Sam Hocevar
5 years ago
parent
4a5e2a2404
commit
2122d8984d
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
build/autotools/m4/lol-conf.m4
+0
-1
configure.ac
+ 3
- 0
build/autotools/m4/lol-conf.m4
View File
@@ -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
View File
@@ -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
Write
Preview
Loading…
Cancel
Save