git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb044d0
)
configure.ac: enable silent make rules
author
Eric Biggers
<ebiggers3@gmail.com>
Sat, 6 Feb 2016 15:47:16 +0000
(09:47 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Tue, 9 Feb 2016 01:44:33 +0000
(19:44 -0600)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 005aa8aca71cf9b03bdc68636016f5dd822c2e70..bd0f73599e36f20c60e87b4d7e44d3b388c168e2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5,6
+5,7
@@
AC_CONFIG_SRCDIR([src/wim.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects foreign])
+AM_SILENT_RULES([yes])
AC_C_BIGENDIAN
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT