diff options
author | Anand Avati <avati@gluster.com> | 2011-08-05 14:04:43 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-05 01:55:46 -0700 |
commit | cff2fa886916eb4e7e471f418ce925ea3ae14217 (patch) | |
tree | c351ef30c3c4ad920bccebc44e01c764cf8c22b7 /argp-standalone | |
parent | c5a927ef1adfd51445946eb921728e2d72f1b6ca (diff) |
save more trees
make the build more silent
Change-Id: Ied4c87c40af4b1f1034af4a13c1153d82883751b
BUG: 3255
Reviewed-on: http://review.gluster.com/172
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'argp-standalone')
-rw-r--r-- | argp-standalone/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/argp-standalone/configure.ac b/argp-standalone/configure.ac index 55697c915..61124e206 100644 --- a/argp-standalone/configure.ac +++ b/argp-standalone/configure.ac @@ -10,6 +10,8 @@ AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) + # GNU libc defaults to supplying the ISO C library functions only. The # _GNU_SOURCE define enables these extensions, in particular we want # errno.h to declare program_invocation_name. Enable it on all |