diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-29 02:29:54 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | e8164a09377e89aeb0c208c12b979811d5bc33fe (patch) | |
| tree | 18b4b208d40616035dd444eee6b52c803aab7f91 /configure.ac | |
| parent | 84d23f2ac49ec7ffb7315859c801d6393090b630 (diff) | |
| download | enigma2-e8164a09377e89aeb0c208c12b979811d5bc33fe.tar.gz enigma2-e8164a09377e89aeb0c208c12b979811d5bc33fe.zip | |
automake: enable silent rules if available
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 110c92ad..d6b695f5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,10 @@ AC_INIT([enigma2],[2.8.0],[enigma2-devel@lists.elitedvb.net]) AM_INIT_AUTOMAKE([dist-bzip2 no-define tar-pax]) AC_CONFIG_HEADERS([enigma2_config.h]) +# Silent rules are available since 1.11, but older versions +# are still in use. So don't use them unconditionally. +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE |
