Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
c178c977
Commit
c178c977
authored
Jan 03, 2016
by
Ian Goldberg
Browse files
Turn on AM_SILENT_RULES in configure.ac
It shows any warnings better, and also matches libotr.
parent
f5a28e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c178c977
...
...
@@ -4,6 +4,9 @@ AC_INIT(pidgin-otr, 4.0.1)
AM_CONFIG_HEADER(config.h)
# Silent compilation so warnings can be spotted.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE([-Wall -Werror])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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