diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-07-24 14:24:43 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-07-31 10:05:49 +1000 |
| commit | a9ea3168615056360cdb21d6f1576d66be2a43fe (patch) | |
| tree | 1c3e5141d8f78260dff3078a3883cf34d69633cd | |
| parent | 0bccf8c5268826bdb0835dd9b7964bcc95bae35f (diff) | |
Enable silent rules by default
silent rules make it easier to spot compiler errors
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 070b861..c4b36ac 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -10,6 +10,7 @@ AC_CONFIG_AUX_DIR([config-aux]) | |||
| 10 | 10 | ||
| 11 | # Initialize Automake | 11 | # Initialize Automake |
| 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) | 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 13 | AM_SILENT_RULES([yes]) | ||
| 13 | 14 | ||
| 14 | LIB_VERSION=1:0:0 | 15 | LIB_VERSION=1:0:0 |
| 15 | AC_SUBST([LIB_VERSION]) | 16 | AC_SUBST([LIB_VERSION]) |
