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
Olena
olena
Commits
9ec79502
Commit
9ec79502
authored
Feb 13, 2013
by
Roland Levillain
Browse files
Use Automake's silent-rules.
* configure.ac: Here.
parent
824b1981
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9ec79502
2013-02-13 Roland Levillain <roland@lrde.epita.fr>
Use Automake's silent-rules.
* configure.ac: Here.
2013-02-13 Roland Levillain <roland@lrde.epita.fr>
Disable Automake's extra-portability warnings.
...
...
configure.ac
View file @
9ec79502
...
...
@@ -39,8 +39,11 @@ AC_CONFIG_FILES([build-aux/Makefile])
# Automake 1.11.2 or newer (Debian GNU/Linux 6 ships Automake 1.11.1
# only), at which point we'll use the new AM_PROG_AR macro instead.
AM_INIT_AUTOMAKE([1.11 subdir-objects check-news tar-ustar dist-bzip2
parallel-tests nostdinc
parallel-tests nostdinc
silent-rules
-Wall -Wno-extra-portability])
# By default, let "make" hide the compilation command and display a
# "GEN ..." message, unless V=1 is passed to "make".
AM_SILENT_RULES([yes])
# Package metadata.
AC_CONFIG_FILES([milena/mln/version.hh])
...
...
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