Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
70269b03
Commit
70269b03
authored
Jan 21, 2013
by
Akim Demaille
Browse files
build: silent rules
* configure.ac: Ask for silent builds. Require Automake 1.12+.
parent
486613fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
70269b03
...
...
@@ -13,8 +13,8 @@ AC_INIT([Nolimips], [0.9a], [projects@lrde.epita.fr])
AC_CONFIG_AUX_DIR([build-aux])
# Initialize automake.
AM_INIT_AUTOMAKE([foreign 1.
7.5
dist-bzip2])
AM_INIT_AUTOMAKE([foreign 1.
12 silent-rules
dist-bzip2])
AM_SILENT_RULES([yes])
## Development tools -------------------
# Look for a lex-like program.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment