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
monoburg
Commits
3beaacdc
Commit
3beaacdc
authored
Jan 21, 2013
by
Akim Demaille
Browse files
build: silent rules
* configure.ac: Ask for silent builds. Upgrade to AC_CONFIG_HEADERS.
parent
b43c3b59
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3beaacdc
...
...
@@ -15,7 +15,7 @@
## -------------------------------------
## Project
AC_INIT([MonoBURG], [1.0.6])
A
M
_CONFIG_HEADER([config.h])
A
C
_CONFIG_HEADER
S
([config.h])
## -------------------------------------
## Set up the Autotools
...
...
@@ -27,7 +27,8 @@ AC_PREREQ([2.57])
AC_CONFIG_AUX_DIR([build-aux])
# Initiate automake.
AM_INIT_AUTOMAKE([1.7.5 dist-bzip2 check-news -Wall])
AM_INIT_AUTOMAKE([1.12 silent-rules dist-bzip2 check-news -Wall])
AM_SILENT_RULES([yes])
## -------------------------------------
## Development tools
...
...
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