diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-14 18:40:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-14 18:40:16 +0200 |
commit | df2f941cd153443a46121111e3f3e685f9125c49 (patch) | |
tree | 330cc9d7f7d0180a51c43bb053450947747bc424 /configure.ac | |
parent | 0326e2216385925499da9ee64d7866281f79b3b0 (diff) |
Beautify silent build output and make silent build the default - ie. set V=1 to get full output again.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1994149..123e884 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,8 @@ AC_CONFIG_HEADERS(config.h) AC_SYS_LARGEFILE +AM_SILENT_RULES([yes]) + need_jack=no dnl =========================== |